Skip to content

Instantly share code, notes, and snippets.

@bingwen
Created March 30, 2015 02:43
Show Gist options
  • Save bingwen/1fd2f0b51922e7feb6d5 to your computer and use it in GitHub Desktop.
Save bingwen/1fd2f0b51922e7feb6d5 to your computer and use it in GitHub Desktop.
gitconfig
[user]
name = bingwen
email = bingwen.2048@gmail.com
[alias]
co = checkout
ci = commit -a
st = status -sb
br = branch
oneline = log --pretty=oneline --since='2 days ago'
onelog = log -p -1
[color]
diff = true
status = true
branch = true
ui = true
[core]
editor = vim
[push]
default = matching
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[filter "hawser"]
clean = git hawser clean %f
smudge = git hawser smudge %f
required = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment