Posts

Showing posts with the label tortoise

Tortoise Git Revert To Previous Commit

Image
Tortoise Git Revert To Previous Commit . Simple—we can just move the branch pointer. Now if we have already made your commit public then you will have to create a new commit which will “revert” the changes you made in your. Git TortoiseGit from devtut.github.io For example, if we want to reset master to point to the commit two back from the current commit, we could use either of the following methods: # this will create three separate revert commits: Use git reset to revert to previous commit.