Skip to content

Instantly share code, notes, and snippets.

@zenja
Created November 4, 2013 10:31
Show Gist options
  • Save zenja/7300784 to your computer and use it in GitHub Desktop.
Save zenja/7300784 to your computer and use it in GitHub Desktop.
My global git configuration file: .gitconfig
[user]
name = Xing, Wang
email = zenja.wang@gmail.com
[core]
editor = /usr/bin/vim
excludesfile = /Users/wangxing/.gitignore_global
[alias]
co = checkout
ci = commit
st = status
br = branch
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment