handbook_pull.sh
authorng0 <ng0@n0.is>
Tue, 5 Mar 2019 10:35:01 +0000 (10:35 +0000)
committerng0 <ng0@n0.is>
Tue, 5 Mar 2019 10:35:01 +0000 (10:35 +0000)
contrib/gnunet_infrastructure/handbook_pull.sh [new file with mode: 0755]

diff --git a/contrib/gnunet_infrastructure/handbook_pull.sh b/contrib/gnunet_infrastructure/handbook_pull.sh
new file mode 100755 (executable)
index 0000000..16c7430
--- /dev/null
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# This essentially could be solved by:
+# git config pull.rebase true
+# git config rebase.autoStash true
+# but chances are that this is easy to
+# forget.
+# so execute this file on the server
+# instead of setting a git config.
+
+echo "Running git pull with autoStash and rebase"
+echo "If anything breaks in the future, delete"
+echo "and repeat - it was once considered to"
+echo "be responsible for non-trivial conflicts!"
+echo "We apply this because we need to build the"
+echo "handbook and tutorial without manual interventions."
+
+git pull --rebase --autostash