We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e6998 commit 404b205Copy full SHA for 404b205
addDevTag
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# check if we need to merge master into this branch------------
4
-if [[ $(git log master ^HEAD) ]]; then
+if [[ $(git log origin/master ^HEAD) ]]; then
5
echo "You need to merge master into this branch. Exiting"
6
exit 1
7
fi
0 commit comments