how to get roll back with git ?

arisgamers

New member
Messages
173
Points
0
Github
arisgamers
Emulator
i made mistake when customizing my hercules, now my hercules not working.

i think i need to roll back to last working state with git, how to do that ?

(i heard git able to roll back to previous state)

 
Last edited by a moderator:
Will this method works?
  1. TortoiseGit -> Show log
  2. Select the commit to which you want to rollback to
  3. Reset "<branch>" to this...
 
Back
Top