Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add pretty branch alias 'graph' for git
  • Loading branch information
paularmstrong committed Feb 5, 2012
1 parent 146c0de commit 845bfea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitconfig
Expand Up @@ -12,4 +12,6 @@
whitespace = "fix"
[github]
user = <github.user>
token = <github.token>
token = <github.token>
[alias]
graph = log --graph --date-order -C -M --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=short

0 comments on commit 845bfea

Please sign in to comment.