Commit 921d8754 authored by Vitaly Lipatov's avatar Vitaly Lipatov

gpull: do normal pull in additional to pull --rebase

parent e08882bd
......@@ -65,4 +65,7 @@ if [ -n "$CHECKONLY" ] ; then
fi
echo "Pull repo from $REPO"
git pull $REBASE $REPO $@
git pull $REBASE $REPO $@ || exit
# --rebase do not pull tags
[ -n "$REBASE" ] && git pull $REPO $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment