Skip to content

Instantly share code, notes, and snippets.

View raywill's full-sized avatar

Raywill raywill

View GitHub Profile
@jakiestfu
jakiestfu / git.config.sh
Last active April 16, 2016 03:40
My favorite git snippets/settings
git config --global color.ui true
git config --global alias.undo-commit 'reset --soft HEAD^'
git config --global push.default current