Skip to content

Instantly share code, notes, and snippets.

@pochi
Created November 21, 2011 00:38
Show Gist options
  • Save pochi/1381279 to your computer and use it in GitHub Desktop.
Save pochi/1381279 to your computer and use it in GitHub Desktop.
[core]
editor = emacs
[user]
email = pochi.black@gmail.com
name = pochi.black
[color]
ui = auto
[alias]
s = status
ci = commit
co = checkout
cob = checkout -b
br = branch
sh = !git-sh
a = add
aa = add -A
b = branch
sa = stash
sap = stash pop
di = diff
l = log
kokomade = tag -f 'ここまで読んだ' origin/master
newspaper = log -p --reverse 'ここまで読んだ'..origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment