Skip to content

Instantly share code, notes, and snippets.

@erjiang
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erjiang/3fd2f08f573932a93624 to your computer and use it in GitHub Desktop.
Save erjiang/3fd2f08f573932a93624 to your computer and use it in GitHub Desktop.
Eric's git config
[user]
name = Eric Jiang
email = eric@doublemap.com
[core]
editor = vim
[color]
branch = auto
diff = auto
status = auto
[alias]
glog = log --graph
gl = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
dif = diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment