Skip to content

Commit

Permalink
Update git log
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Judson committed Mar 30, 2017
1 parent c58f070 commit b6cdea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
ch = diff --name-status -r
cosu = !sh -c 'git checkout $0 && git submodule update --init'
ignored = "!git ls-files --others --exclude-standard"
lg = log --all --graph --abbrev-commit --date=relative --pretty=format:'%h -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset'
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
lgb = log --graph --abbrev-commit --date=relative --pretty=format:'%h -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset'
track = !sh -c 'git branch --track "$0" "origin/$0" && git checkout "$0"'
whatis = show -s --pretty='tformat:%h (%s, %ad)' --date=short
Expand Down

0 comments on commit b6cdea9

Please sign in to comment.