From 24b5e7ff090188033b5450c4f22ccaf56a71758e Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Tue, 15 Sep 2015 17:11:36 -0400 Subject: [PATCH] pushtomaster --- pushtomaster.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 pushtomaster.sh diff --git a/pushtomaster.sh b/pushtomaster.sh new file mode 100755 index 00000000..01d219c0 --- /dev/null +++ b/pushtomaster.sh @@ -0,0 +1,4 @@ +git checkout master +git merge --ff-only dev +git push origin master +git checkout dev