pushtomaster

This commit is contained in:
Thomas Breloff 2015-09-15 17:11:36 -04:00
parent 48969ecee3
commit 24b5e7ff09

4
pushtomaster.sh Executable file
View File

@ -0,0 +1,4 @@
git checkout master
git merge --ff-only dev
git push origin master
git checkout dev