Skip to content

Commit

Permalink
adding a global .gitconfig that by default tracks branches (so you ca…
Browse files Browse the repository at this point in the history
…n 'git push' from a branch it only pushes to the tracking branch you're in) and also provides a tighter, more colorful git log
  • Loading branch information
Dan Croak committed Oct 24, 2011
1 parent 318b620 commit fdc8afc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gitconfig
@@ -0,0 +1,4 @@
[push]
default = tracking
[format]
pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s

0 comments on commit fdc8afc

Please sign in to comment.