Archive for October 2015
git: How to revert a file to a specific commit
git checkout COMMIT_HASH file/to/revert |
Will bring the file/to/revert
file to the state in COMMIT_HASH
commit.
git checkout COMMIT_HASH file/to/revert |
Will bring the file/to/revert
file to the state in COMMIT_HASH
commit.