
Rebase & merge
Reset
Moving the current branch back to a commit with soft, mixed, or hard mode
Right-click → Reset branch to here… to move the current branch back to that commit.
The default mode is Mixed.


Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Moving the current branch back to a commit with soft, mixed, or hard mode
| Mode | Behavior |
|---|---|
| Soft | Undoes the commit only, keeps changes staged |
| Mixed | Undoes the commit, leaves changes unstaged |
| Hard | Discards the commit and all working tree changes |

