Commit b1f992e5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

gpull: use --rebase for -c

parent 45035e03
......@@ -69,7 +69,7 @@ fi
if [ -n "$CHECKONLY" ] ; then
echocon "Pull repo from $REPO"
UPTODATEres=`git pull $REBASE $REPO $@ 2>&1`
UPTODATEres=`git pull --rebase $REPO $@ 2>&1`
echocon $UPTODATEres
echo $UPTODATEres | tail -n1 | grep -q "is up to date"
exit
......
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