mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
fix(git): gunwipall now only resets once (#11758)
Closes #11750 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
parent
42b86327ed
commit
f5cb9a6c97
2 changed files with 8 additions and 12 deletions
|
|
@ -254,7 +254,7 @@ These features allow to pause a branch development and switch to another one (_"
|
|||
| work_in_progress | Echoes a warning if the current branch is a wip |
|
||||
| gwip | Commit wip branch |
|
||||
| gunwip | Uncommit wip branch |
|
||||
| gunwipall | Uncommit `--wip--` commits recursively |
|
||||
| gunwipall | Uncommit all recent `--wip--` commits |
|
||||
|
||||
### Deprecated functions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue