Problem: How can I go back from my current state to a snapshot taken in a certain commit? If I do git log, I get the following result: $ git log commit a867b4af366350be2e7c21b8de9cc6504678a61b` Author: Me <*Emails are not allowed*> Date: Thu Nov 4 18:59:41 2020 -0400 blah ... Wed Nov 3 23:56:08 2020 -0400 Yep, more blah blah. How to get back to the confirmation of November 3, ie. commit 0d1d7fc?
asked
Feb 12
sasha
8.4k points