Skip to content

Instantly share code, notes, and snippets.

@marcuswestin
Last active December 15, 2015 07:49
Show Gist options
  • Save marcuswestin/5226110 to your computer and use it in GitHub Desktop.
Save marcuswestin/5226110 to your computer and use it in GitHub Desktop.
# gitup
curl https://raw.github.com/gist/3375528/gitup.sh > /tmp/gitup.sh
chmod +x /tmp/gitup.sh
mv /tmp/gitup.sh /usr/local/bin/gitup
# gitupn_push
curl https://raw.github.com/gist/3375528/gitupn_push.sh > /tmp/gitupn_push.sh
chmod +x /tmp/gitupn_push.sh
mv /tmp/gitupn_push.sh /usr/local/bin/gitupn_push
# gitpush
curl https://raw.github.com/gist/3375528/gitpush.sh > /tmp/gitpush.sh
chmod +x /tmp/gitpush.sh
mv /tmp/gitpush.sh /usr/local/bin/gitpush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment