Created
October 20, 2014 05:52
-
-
Save ihower/29270efdd390f4e60ebc to your computer and use it in GitHub Desktop.
~/.gitconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Wen-Tien Chang | |
email = [email protected] | |
[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