Skip to content

Instantly share code, notes, and snippets.

@mugijiru
Created May 19, 2012 06:42
Show Gist options
  • Save mugijiru/2729755 to your computer and use it in GitHub Desktop.
Save mugijiru/2729755 to your computer and use it in GitHub Desktop.
.gitconfig
[color]
ui = auto
[alias]
st = status
ci = commit
co = checkout
df = diff
br = branch
tree = log --graph --pretty=oneline --decorate --date=short --abbrev-commit --branches
[user]
name = mugijiru
email = *******@gmail.com
[core]
editor = /usr/local/bin/vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment