Skip to content

Instantly share code, notes, and snippets.

@nabeken
Created April 7, 2012 07:32
Show Gist options
  • Save nabeken/2326227 to your computer and use it in GitHub Desktop.
Save nabeken/2326227 to your computer and use it in GitHub Desktop.
my gitconfig
# cf. http://whileimautomaton.net/2009/05/08003459
# cf. http://subtech.g.hatena.ne.jp/secondlife/20101129/1291031478
[alias]
stat = status
st = status
co = checkout
ci = commit -v
dif = diff
pu = pull
pub = push origin master:pub
master = checkout master
ame = commit --amend
br = branch
sgrep = "!$SHELL -c \"git --no-pager submodule --quiet foreach 'git grep --full-name -n ' \"$@\" '; true'\" __dummy__"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment