Created
July 29, 2013 16:58
-
-
Save dylanjha/6105802 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] | |
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 | |
[color "status"] | |
added = yellow | |
changed = green | |
untracked = cyan | |
[color "diff"] | |
whitespace = red reverse | |
[alias] | |
co = checkout | |
st = status | |
br = branch | |
df = diff | |
pl = pull | |
ps = push | |
fo = fetch origin | |
[user] | |
name = Dylan Jhaveri | |
email = [email protected] | |
[core] | |
editor = vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment