diff --git a/sleepyhead/scripts/fetchUpstream.sh b/sleepyhead/scripts/fetchUpstream.sh new file mode 100755 index 00000000..710c7452 --- /dev/null +++ b/sleepyhead/scripts/fetchUpstream.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +git fetch upstream +git merge upstream/master