Skip to content

Instantly share code, notes, and snippets.

@e2goon
Created January 12, 2016 01:57
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 e2goon/873917109d99fa08390c to your computer and use it in GitHub Desktop.
Save e2goon/873917109d99fa08390c to your computer and use it in GitHub Desktop.
my .gitconfig
[user]
email = e2goon@gmail.com
name = wonmin, lee
[core]
editor = vim
[alias]
st = status
co = checkout
br = branch
lg = log --graph --full-history --all --color --branches --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