Having made some experimental changes to an object and regretting it, how do I get back the last locally commited object code?
After some back-and-forth I found this way:
1.Right-click on object in PB object browser and select "Open containing folder"
2. Right-click on object file marked red in the containing folder and select TortoiseGit
3. Select TortoiseGit->Revert
4. Click OK a couple of times
5. Refresh the pbl in the PB object browser.
Is this the only way?