sourcetree - squashing commits.
First up, you gotta be 'connected/tracked/commited' intial changes to your git repo before starting.
To do squashing using sourceree, try right clicking your commit graph and then select 'rebase interactively'.
Then drag a commit over to another commit, as shown in diagram below :-
Once you're done, change your commit message accordingly and then you're good to push those changes remotely.
Comments