aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-001/paulo-custodio/update.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/challenge-001/paulo-custodio/update.sh b/challenge-001/paulo-custodio/update.sh
new file mode 100644
index 0000000000..83d7cebe71
--- /dev/null
+++ b/challenge-001/paulo-custodio/update.sh
@@ -0,0 +1,12 @@
+#!/bin/sh -ex
+
+git checkout master
+git pull
+git fetch upstream
+git merge upstream/master --ff-only
+git push -u origin master
+
+git checkout devel
+git pull
+git rebase master
+git push --force -u origin devel