How can I use rebase children to edit the message and then push it to the remote repo? I know how to edit the message but then I have problems pushing it to my remote repository.
I am using SourceTree, Git and BitBucket.
Thanks
How can I use rebase children to edit the message and then push it to the remote repo? I know how to edit the message but then I have problems pushing it to my remote repository.
I am using SourceTree, Git and BitBucket.
Thanks
In SourceTree, turn on the preference that allows you to force-push, then, when you push out after editing, be sure to check the “force” checkbox.
If someone else has that branch checked out when you do this, you will be asking for trouble.
[quote=256282:@Kem Tekinay]In SourceTree, turn on the preference that allows you to force-push, then, when you push out after editing, be sure to check the “force” checkbox.
If someone else has that branch checked out when you do this, you will be asking for trouble.[/quote]
Thanks. I will try this out.
It does not seem the Windows version of SourceTree provides this so I used the terminal to force push instead. Thanks for the helping hand, Kem.