Git: Revert to Old Version
git checkout id -- filename-
revert a file to a Commit ID
git checkout id -- dirPath-
revert whole dir to a Commit ID.
git checkout id -- filenamerevert a file to a Commit ID
git checkout id -- dirPathrevert whole dir to a Commit ID.