Skip to content

Instantly share code, notes, and snippets.

View Narvey's full-sized avatar

Nathan Harvey Narvey

View GitHub Profile
@Narvey
Narvey / .gitconfig
Created September 20, 2012 22:11 — forked from greneholt/.gitconfig
Git config (Nathan)
[alias]
com = commit -am
sync = commit -am "syncing";pull;push
st = status
pl = pull
co = checkout
examine = checkout
pushall = push --mirror
df = diff
dc = diff --cached