Skip to content

Commit

Permalink
Fix typo for git lg alias
Browse files Browse the repository at this point in the history
  • Loading branch information
datadeflator committed Jun 20, 2017
1 parent a1be884 commit 5d0dd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
lnc = log --pretty=format:"%h\\ %s\\ [%cn]"
fl = log -u
filelog = log -u
lg = git log --graph --pretty=oneline --abbrev-commit
lg = log --graph --pretty=oneline --abbrev-commit
lgb = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset%n' --abbrev-commit --date=relative --branches
# }}}
# diff {{{
Expand Down

0 comments on commit 5d0dd08

Please sign in to comment.