Posts

Showing posts with the label switch

Git Switch To Specific Commit

Image
Git Switch To Specific Commit . But git checkout does more than that. Then you will make you current commit the one you want with. git branch, git checkout branch and git switch branch from devunlock.com The reset command resets your current head to a specific commit, without creating a new commit for the revert. We can retrieve the commit hash with the git log command mentioned above. Once the local rollback is done, you.