Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created April 27, 2011 04:44
Show Gist options
  • Save liangzan/943728 to your computer and use it in GitHub Desktop.
Save liangzan/943728 to your computer and use it in GitHub Desktop.
git configuration
[giggle]
compact-mode = false
main-window-geometry = 700x562+8+50
[user]
name = Wong Liang Zan
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 = yellow
changed = green
untracked = cyan
[alias]
st = status
cm = commit -v -m
cma = commit -v -a -m
co = checkout
df = diff
dfc = diff --cached
br = branch
lg = log -p
rh = reset --hard
r1 = reset HEAD^
[github]
user = liangzan
token = d73f5cba8447a6c7fd3e9fc099020577
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment