Skip to content

Instantly share code, notes, and snippets.

View Narvey's full-sized avatar

Nathan Harvey Narvey

View GitHub Profile
/*****************
* bossFight.js *
*****************
*
* NO FARTHER, DR. EVAL!!!!
* YOU WILL NOT GET OUT OF HERE ALIVE!!!!
* IT'S TIME YOU SEE MY TRUE FORM!!!!
* FACE MY ROBOT WRATH!!!!!
*/
@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