+6
Undo/Redo for commits
Undo e.g.:
- Plain commit
- Amend commit
- Changing branch (ref pointer)
- Rebase/Merge
- ... what else?
Customer support service by UserEcho
Undo e.g.:
- Plain commit
- Amend commit
- Changing branch (ref pointer)
- Rebase/Merge
- ... what else?
Customer support service by UserEcho
For a commit, the git revert command is fine and works great in SmartGit.
But I found myself quite unhappy when rebasing a branch or amending a commit indeed, and then an "undo" option would have been great !
Do you know the "Recyclable Commits" option in the Log's Branches view?
Absolutly not :) I found this : https://www.syntevo.com/doc/display/SG/Local+Operations+on+the+Working+Tree
I'll need to try on next amend and rebase...