Created
April 22, 2009 13:26
-
-
Save marcusramberg/99791 to your computer and use it in GitHub Desktop.
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
[gui] | |
recentrepo = /Users/marcus/Source/git/nordaaker | |
[user] | |
email = [email protected] | |
[github] | |
user = marcusramberg | |
token = 28cca00540c7bb5140307262309f1ae9 | |
[core] | |
editor = mate -w | |
[alias] | |
co = checkout | |
st = status | |
ci = commit | |
br = branch | |
df = diff | |
lg = log -p | |
retrack = "!retrack() { git config \"branch.$1.remote\" $(dirname \"$2\"); git config \"branch.$1.merge\" \"refs/heads/$(basename \"$2\")\"; }; retrack" | |
[color] | |
branch = auto | |
diff = auto | |
status = 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 = yellow | |
changed = green | |
untracked = cyan | |
[color] | |
ui = true | |
[core] | |
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
excludesfile = /Users/marcus/.gitignore | |
[merge] | |
tool = opendiff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment