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:
parent
318b6202fb
commit
fdc8afcd19
1 changed files with 4 additions and 0 deletions
4
gitconfig
Normal file
4
gitconfig
Normal file
|
@ -0,0 +1,4 @@
|
|||
[push]
|
||||
default = tracking
|
||||
[format]
|
||||
pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s
|
Loading…
Add table
Reference in a new issue