Skip to content

Instantly share code, notes, and snippets.

@hanqin
Created August 5, 2014 02:23
Show Gist options
  • Save hanqin/6d030f8f6e60a47ad894 to your computer and use it in GitHub Desktop.
Save hanqin/6d030f8f6e60a47ad894 to your computer and use it in GitHub Desktop.
[user]
name = hqin
email = hqin@thoughtworks.com
[alias]
ci = commit
st = status
co = checkout
pr = pull --rebase
br = branch
sdc = svn dcommit
srb = svn rebase
unstash = stash pop
mute = update-index --assume-unchanged
unmute = update-index --no-assume-unchanged
muted = ls-files -v
amend = commit --amend
[credential]
helper = osxkeychain
[color]
ui = auto
status = auto
branch = auto
interactive = auto
diff = auto
[push]
default = simple
[svn]
rmdir = true
[core]
autocrlf = input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment