Created
March 7, 2013 14:57
-
-
Save ashton/5108587 to your computer and use it in GitHub Desktop.
Arquivo de configuração do git com algumas customizações
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
[user] | |
name = Matheus Ashton | |
email = [email protected] | |
[color] | |
ui = auto | |
[color "branch"] | |
current = yellow reverse | |
local = yellow | |
remote = green | |
[color "diff"] | |
meta = yellow bold | |
frag = magenta bold | |
old = red bold | |
new = green bold | |
[color "status"] | |
added = green | |
changed = yellow | |
untracked = blue | |
[alias] | |
st = status | |
co = checkout | |
ci = commit | |
br = branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment