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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -