Skip to content

Instantly share code, notes, and snippets.

View JCook21's full-sized avatar

Jeremy Cook JCook21

  • Oracle
  • Guelph, Ontario
View GitHub Profile
@JCook21
JCook21 / gittyup.sh
Created June 21, 2012 13:28 — forked from EvanDotPro/gittyup.sh
Easily keep master in sync with upstream.
####################################################################################
## ##
## gittyup() - Easily keep master in sync with upstream. ##
## ##
## Author: Evan Coury, http://blog.evan.pro/ ##
## URL: https://gist.github.com/1506822 ##
## ##
## This bash function is a simple shortcut for keeping your local (and public ##
## fork / origin remote) master branch up to date and in sync with the upstream ##
## master. To use gittyup(), simply drop this in your ~/.bashrc. ##