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.
1 parent 9861718 commit a057f80Copy full SHA for a057f80
git-pull.sh
@@ -58,7 +58,7 @@ then
58
59
echo >&2 "Warning: fetch updated the current branch head."
60
echo >&2 "Warning: fast forwarding your working tree from"
61
- echo >&2 "Warning: $orig_head commit."
+ echo >&2 "Warning: commit $orig_head."
62
git-update-index --refresh 2>/dev/null
63
git-read-tree -u -m "$orig_head" "$curr_head" ||
64
die 'Cannot fast-forward your working tree.
0 commit comments