Created
December 12, 2014 11:06
-
-
Save alexweber/2959b1d09b180251e3b8 to your computer and use it in GitHub Desktop.
Minimalistic sensible defaults .gitconfig
This file contains hidden or 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
[core] | |
filemode = false | |
[alias] | |
co = checkout | |
st = status | |
ci = commit | |
l = log --graph --pretty=format:'%C(yellow)%h%C(cyan)%d%Creset %s %C(white)- %an, %ar%Creset' | |
[color] | |
ui = auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment