Skip to content

Instantly share code, notes, and snippets.

View leif81's full-sized avatar

Leif Gruenwoldt leif81

View GitHub Profile
@leif81
leif81 / ship.sh
Created December 29, 2011 20:10 — forked from reinh/ship.sh
hack and *ship*
#!/bin/sh -x
git checkout master
git merge -
git push origin master
git checkout -
@leif81
leif81 / hack.sh
Created December 29, 2011 19:17 — forked from reinh/hack.sh
*hack* and ship
#!/bin/sh -x
git checkout master
git pull origin master
git checkout -
git rebase master