Created
June 9, 2015 09:33
-
-
Save tanaka51/1fe681848c744996ef0e to your computer and use it in GitHub Desktop.
This file contains 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 = Koichi TANAKA | |
email = [email protected] | |
[core] | |
excludesfile = ~/.gitignore | |
[init] | |
templatedir = /Users/tanaka51/.git_templates | |
[ghq] | |
root = /Users/tanaka51/src | |
[alias] | |
pr = pull --rebase | |
b = branch | |
co = checkout | |
cb = checkout -b | |
d = diff | |
st = status | |
a = add | |
c = commit -v | |
ca = commit -v --amend | |
dc = diff --cached | |
cm = commit -m | |
g = grep | |
tr = log --decorate --oneline --graph | |
ta = log --decorate --oneline --graph --all | |
[github] | |
user = tanaka51 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment