Skip to content

Commit

Permalink
.gitconfig: make "git ll" use "git-tilde-log", too
Browse files Browse the repository at this point in the history
  • Loading branch information
janmoesen committed Jul 10, 2012
1 parent cb2bf7d commit 64a46bb
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 @@ -34,7 +34,7 @@
l = tilde-log

# Like "git l", but show all and draw the history graph, too.
ll = log --pretty=concise --graph
ll = tilde-log --graph

# Show a concise status of the working directory, along with the branch
# and the number of commits behind and/or ahead.
Expand Down

0 comments on commit 64a46bb

Please sign in to comment.