git meta stash pop should not drop item in case of conflict
Open
- Dominant language
- JavaScript
- Stars
- 233
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
As vanilla git says:
>pop [--index] [-q|--quiet] []
Remove a single stashed state from the stash list and apply it on top of the current working tree state, i.e., do the inverse operation of git stash push. The working directory must match the index.
Applying the state can fail with conflicts; in this case, it is not removed from the stash list. You need to resolve the conflicts by hand and call git stash drop manually afterwards.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.