Skip to content

Instantly share code, notes, and snippets.

@baseonmars
Created July 18, 2009 22:16
Show Gist options
  • Save baseonmars/149707 to your computer and use it in GitHub Desktop.
Save baseonmars/149707 to your computer and use it in GitHub Desktop.
[alias]
co = checkout
ci = commit
st = status
stage = add
unstage = reset HEAD
[user]
name = USERNAME
email = EMAIL_ADDRESS
[github]
user = USERNAME
token = TOKEN
[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 = yellow
changed = green
untracked = cyan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment