In Git, Revert to a Previous Commit Locally without Losing Any of your Previous Commit History
Posted on June 8, 2016 in Command Line, Git by Matt Jennings
To revert to a previous Git commit locally without losing any of your previous commit history, follow the steps below:
In …