Quantcast
Viewing all articles
Browse latest Browse all 6

git: How to revert a file to a specific commit

This entry is part 7 of 7 in the series git: useful HOWTOs git checkout COMMIT_HASH file/to/revert Will bring the file/to/revert file to the state in COMMIT_HASH commit.

Viewing all articles
Browse latest Browse all 6

Trending Articles