We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d3f290 + e980765 commit 4f101a6Copy full SHA for 4f101a6
git-pull.sh
@@ -200,6 +200,7 @@ test true = "$rebase" && {
200
require_clean_work_tree "pull with rebase" "Please commit or stash them."
201
fi
202
oldremoteref= &&
203
+ test -n "$curr_branch" &&
204
. git-parse-remote &&
205
remoteref="$(get_remote_merge_branch "$@" 2>/dev/null)" &&
206
oldremoteref="$(git rev-parse -q --verify "$remoteref")" &&
0 commit comments