File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,12 +106,12 @@ commit or stash your changes before running 'git merge'.
106106`MERGE_HEAD` is present unless `MERGE_AUTOSTASH` is also present in
107107which case 'git merge --abort' applies the stash entry to the worktree
108108whereas 'git reset --merge' will save the stashed changes in the stash
109- reflog .
109+ list .
110110
111111--quit::
112112 Forget about the current merge in progress. Leave the index
113113 and the working tree as-is. If `MERGE_AUTOSTASH` is present, the
114- stash entry will be saved to the stash reflog .
114+ stash entry will be saved to the stash list .
115115
116116--continue::
117117 After a 'git merge' stops due to conflicts you can conclude the
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ See also INCOMPATIBLE OPTIONS below.
257257 Abort the rebase operation but HEAD is not reset back to the
258258 original branch. The index and working tree are also left
259259 unchanged as a result. If a temporary stash entry was created
260- using --autostash, it will be saved to the stash reflog .
260+ using --autostash, it will be saved to the stash list .
261261
262262--apply:
263263 Use applying strategies to rebase (calling `git-am`
You can’t perform that action at this time.
0 commit comments