Skip to content

Instantly share code, notes, and snippets.

@yoshifumi0521
Created June 14, 2013 07:13
Show Gist options
  • Save yoshifumi0521/5780045 to your computer and use it in GitHub Desktop.
Save yoshifumi0521/5780045 to your computer and use it in GitHub Desktop.
Gitのエイリアス設定。~/.gitconfigで設定。
#~/.gitconfig
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\\\"%h %ad | %s%d [%an]\\\" --graph --date=short
ad = add
di = diff
dic = diff --cached
ps = push
pl = pull
me = merge
fe = fetch
sh = stash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment