Skip to content

Instantly share code, notes, and snippets.

@ihower
Created October 20, 2014 05:52
Show Gist options
  • Save ihower/29270efdd390f4e60ebc to your computer and use it in GitHub Desktop.
Save ihower/29270efdd390f4e60ebc to your computer and use it in GitHub Desktop.
~/.gitconfig
[user]
name = Wen-Tien Chang
email = ihower@gmail.com
[alias]
co = checkout
ci = commit
st = status
br = branch -v
rt = reset --hard
l = log --pretty=oneline --abbrev-commit --graph --decorate
who = shortlog -n -s --no-merges
[color]
diff = auto
status = auto
branch = auto
ui = true
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment