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 are on another branch, You need first "check to this commit" for commit you want to delete, and only then "reset current branch to this commit" choosing previous wright commit, will work.