We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758c88c commit 3061d88Copy full SHA for 3061d88
.gitconfig
@@ -4,7 +4,7 @@
4
branches = branch -a
5
remotes = remote -v
6
# Pretty log output
7
- hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
+ hist = log --graph --pretty=format:'%Cred%h%Creset %s%C(yellow)%d%Creset %Cgreen(%cr)%Creset [%an]' --abbrev-commit --date=relative
8
9
[color]
10
# Use colors in Git commands that are capable of colored output when outputting to the terminal
0 commit comments