Edit a commit message in SourceTree Windows (already pushed to remote)

How do I edit an incorrect commit message in SourceTree without touching the command line? Additional details: This is not the latest commit. Everything was already pushed to Bitbucket. This is a private repository and I am the only collaborator. I don’t mind losing any of the previous commits, as I can re-commit them anytime. … Read more

Git – remote: Repository not found

I have SourceTree with local working copy. And all operations work good, I can simple fetch, push, pull and etc via SourceTree. I just needed to make force push which does not exist in SourceTree. I opened terminal made git push -f remote: Repository not found. fatal: repository ‘https://github.com/MyRepo/project.git/’ not found I am not sure … Read more