Commit 12c2a9c3 authored by memleak's avatar memleak

fixes pull existing feature from remote.

parent ab7fda21
......@@ -507,7 +507,7 @@ cmd_pull() {
exit 1
fi
else
it pull -q "$REMOTE" "$BRANCH" || die "Failed to pull from remote '$REMOTE'."
git pull -q "$REMOTE" "$BRANCH" || die "Failed to pull from remote '$REMOTE'."
fi
echo "Pulled $REMOTE's changes into $BRANCH."
......
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