Update publish scripts

This commit is contained in:
Andrew Miner
2015-05-13 11:12:48 -07:00
parent a545628e04
commit 4abc879600
6 changed files with 65 additions and 60 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
git checkout production \
&& git rebase master \
&& git push \
&& git checkout master