version control - Break a previous git commit into smaller commits using SourceTree -


in question: break previous commit multiple commits, there steps split commit using git rebase -i head~3. looks works, there way accomplish sourcetree gui?

you can reset branch 1 specific commit (right click on commit) , select mixed (or soft) mode, make new commits , make forced push.

your branch:scenario

right click on specific commit: right click

select mode: mixed mode

then have branch based on commit selected. files of others commits ready make new commits. result

now can make new commits want.

and make changes in origin (and erase others commits ie, override history) have force push. focre push


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -