EnglishHow-To My Git Command Tricks adminJuly 3, 2019 284 Views0 Temporarily switch to a certain commit Make sure git status is clean. Jump to a specific git commit:git checkout commit_hash Example:git checkout 286202caa31b61c2182209f37f8069a0b60fb942 Bac... Read More