Created
July 21, 2009 05:41
-
-
Save asrail/151148 to your computer and use it in GitHub Desktop.
My 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
[giggle] | |
compact-mode = false | |
main-window-maximized = false | |
main-window-geometry = 1126x862+0+6 | |
[user] | |
name = Caio Tiago Oliveira | |
email = [email protected] | |
[color] | |
ui = true | |
[color "branch"] | |
current = yellow reverse | |
local = yellow | |
remote = green | |
[color "diff"] | |
meta = yellow bold | |
frag = magenta bold | |
old = red bold | |
new = green bold | |
whitespace = red reverse | |
[color "status"] | |
added = yellow | |
changed = green | |
untracked = cyan | |
[core] | |
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
[alias] | |
st = status | |
ci = commit | |
br = branch | |
co = checkout | |
df = diff | |
lg = log --stat | |
lc = log -p -n1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment