Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git prev
  • Loading branch information
dinomite committed Feb 25, 2013
1 parent e8c3963 commit cc337d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitconfig
Expand Up @@ -23,6 +23,7 @@
ahead = log --stat --format=format:'"%C(yellow)%h %C(cyan)%an %C(blue)(%cn) %ad\n%C(green)%s\n%b%N"' origin/master..HEAD
behind = log --stat --format=format:'"%C(yellow)%h %C(cyan)%an %C(blue)(%cn) %ad\n%C(green)%s\n%b%N"' HEAD..origin/master
hist = log --pretty=format:'%Cred%h%Creset%C(yellow)%d%Creset (%Cgreen%cr%Creset) %s [%Cblue%an%Creset]' --graph --abbrev-commit --date=relative
prev = checkout @{-1}
[color]
branch = auto
diff = auto
Expand Down

0 comments on commit cc337d6

Please sign in to comment.