I am using Sourcetree for Windows for a git-repository and would like to undo an unpushed commit.
Is that possible? If I do \"revert commit\", it creates a second co
If you want to delete a commit you can do it as part of an interactive rebase. But do it with caution, so you don't end up messing up your repo.
In Sourcetree:
Check out this Atlassian blog post for more on interactive rebasing in Sourcetree.