Created
October 11, 2014 01:43
-
-
Save ceyes/3fdb02f78d0a4602ff53 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[color] | |
branch = auto | |
diff = auto | |
grep = auto | |
interactive = auto | |
status = auto | |
[alias] | |
br = branch | |
ca = commit -a | |
cm = commit -m | |
co = checkout | |
cp = cherry-pick | |
lg = log --oneline | |
lp = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen%cr %C(bold blue)<%an>%Creset' | |
[diff] | |
tool = vimdiff | |
[merge] | |
tool = vimdiff | |
[branch] | |
autosetuprebase = always | |
[branch "master"] | |
rebase = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment