Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseGit - where is the reset option for a branch?

Tags:

tortoisegit

I am using TortoiseGit 64 bit version on Windows 10. I know it has a reset option because the documentation talks about it. However, I cannot find the menu option for "Reset". I have searched the preferences to see if it needed to be added but I cannot find it anywhere. Here is a screen capture of my TortoiseGit menu.

My TortoiseGit menu

like image 830
webworm Avatar asked Apr 04 '16 13:04

webworm


1 Answers

To add onto MrTux,

Go to the log dialog, right click on the commit you want to revert to and there should be a 'reset "current branch" to this' popup. If you want to clear all local changes in favor for this commit, then perform a Hard reset.

like image 176
Daniel me Avatar answered Jan 09 '23 20:01

Daniel me