Skip to content

Instantly share code, notes, and snippets.

View ryanwilsonperkin's full-sized avatar
😅

Ryan Wilson-Perkin ryanwilsonperkin

😅
View GitHub Profile
@ryanwilsonperkin
ryanwilsonperkin / git_up_git_out.sh
Created June 3, 2014 17:18
Version control the way OutKast intended.
# http://www.youtube.com/watch?v=CssC-DY4lO8
git config alias.up commit
git config alias.out push
git config alias.something pull