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:
right click on specific commit:
select mode:
then have branch based on commit selected. files of others commits ready make new commits.
now can make new commits want.
and make changes in origin (and erase others commits ie, override history) have force push.
Comments
Post a Comment