Reset

Reset changes the current branch so it refers to a specified commit, updating the staging area and database to match.

The Reset sub-menu is available in the repository menu of the JadeGit Changes explorer and in the current branch context menu when managing branches, where the options below reset to the current commit. It is also available in the commit context menu in any history view, where the options reset to the selected commit.

Keep Changes (--mixed)

Unstages all changes without modifying the database, allowing you to keep uncommitted changes while clearing the staging area.

screwdriver-wrench

Currently limited to resetting to the current commit.

Delete Changes (--hard)

Resets current branch to the selected commit and triggers an internal deployment to update schema entities to match.

triangle-exclamation

Last updated