Skip to content

Commit

Permalink
Add better git log
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyonk committed Feb 28, 2014
1 parent 0c30b96 commit 2ff1754
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git/gitconfig.symlink.example
Expand Up @@ -22,6 +22,7 @@
l = log --decorate --oneline
la = log --abbrev-commit --all --decorate --graph --pretty=oneline
lf = log --decorate --numstat --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]"
ll = log --abbrev-commit --color --graph --pretty=format:"%Cred%h%Creset\\ -%C(yellow)%d%Creset\\ %s\\ %Cgreen(%cr)%C(bold\\ blue)\\ <%an>%Creset"
m = merge
mm = merge master
pl = pull
Expand All @@ -44,6 +45,7 @@
suba = submodule add
subf = submodule foreach
subu = submodule foreach git pull origin master
t = new-tag
w = diff --color-words

[branch]
Expand Down

0 comments on commit 2ff1754

Please sign in to comment.