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'.
106
106
`MERGE_HEAD` is present unless `MERGE_AUTOSTASH` is also present in
107
107
which case 'git merge --abort' applies the stash entry to the worktree
108
108
whereas 'git reset --merge' will save the stashed changes in the stash
109
- reflog .
109
+ list .
110
110
111
111
--quit::
112
112
Forget about the current merge in progress. Leave the index
113
113
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 .
115
115
116
116
--continue::
117
117
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.
257
257
Abort the rebase operation but HEAD is not reset back to the
258
258
original branch. The index and working tree are also left
259
259
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 .
261
261
262
262
--apply:
263
263
Use applying strategies to rebase (calling `git-am`
You can’t perform that action at this time.
0 commit comments