You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to abort the cherry-pick when the cherry-pick failed
git cherry-pick --abort
What did you expect to occur after running these commands?
abort the cherry-pick ,and the worktree should be clean
What actually happened instead?
It seems the cherry-pick was aborted, but the work tree was not reset back.
when I use "git status", it told me the files was modified( the files listed come from the commit which should be cherry-pick)
I think the cherry-pick --abort should reset back with --hard option as the git rebase --abort.
The text was updated successfully, but these errors were encountered:
Setup
defaults?
Details
Bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
abort the cherry-pick ,and the worktree should be clean
It seems the cherry-pick was aborted, but the work tree was not reset back.
when I use "git status", it told me the files was modified( the files listed come from the commit which should be cherry-pick)
I think the cherry-pick --abort should reset back with --hard option as the git rebase --abort.
The text was updated successfully, but these errors were encountered: