adding a global .gitconfig that by default tracks branches (so you can 'git push' from a branch it only pushes to the tracking branch you're in) and also provides a tighter, more colorful git log

This commit is contained in:
Dan Croak 2011-10-24 10:30:50 -04:00
parent 318b6202fb
commit fdc8afcd19

4
gitconfig Normal file
View file

@ -0,0 +1,4 @@
[push]
default = tracking
[format]
pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s