Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am cswebgrl on github.
  • I am cschaller (https://keybase.io/cschaller) on keybase.
  • I have a public key ASCKgcSGCqyaRqzZqbe7xBKPxe9Suzo6XpoehWIKGjxFnQo

To claim this, I am signing this object:

@cindy-schaller
cindy-schaller / .gitconfig
Created August 24, 2012 15:04 — forked from macournoyer/.gitconfig
Git shortcuts
[alias]
st = status
s = status
co = checkout
ci = commit -a -v
b = branch
d = diff
p = pull
a = add .
l = log