Skip to content

Commit

Permalink
Improved git hist alias to make it prettier/more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrokost committed Jun 22, 2012
1 parent 3347234 commit 72133a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gitconfig
Expand Up @@ -33,9 +33,7 @@
df = diff
dif = diff
dfw = diff -w
lg = log -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
hist = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%Creset' --abbrev-commit
type = cat-file -t
dump = cat-file -p
[credential]
Expand Down

0 comments on commit 72133a3

Please sign in to comment.