Skip to content

Instantly share code, notes, and snippets.

@tanaka51
Created June 9, 2015 09:33
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 tanaka51/1fe681848c744996ef0e to your computer and use it in GitHub Desktop.
Save tanaka51/1fe681848c744996ef0e to your computer and use it in GitHub Desktop.
[user]
name = Koichi TANAKA
email = tanaka51.jp@gmail.com
[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