Git: Back to Commit X May 1st, 2013
To get back to a specific commit type…
git reset --hard fe8ef61119454071e87095e4ff8b24c6833cb0c6
…where “fe8ef61119454071e87095e4ff8b24c6833cb0c6” represents the commit’s SHA number.
To get back to a specific commit type…
git reset --hard fe8ef61119454071e87095e4ff8b24c6833cb0c6
…where “fe8ef61119454071e87095e4ff8b24c6833cb0c6” represents the commit’s SHA number.