Answers for "git checkout to a specific commit id"

C
1

how to checkout branch from commit id

git checkout -b <new_branch_name> <SHA1>
Posted by: Guest on June-25-2021
0

checkout git specific commit

$ git describe 5f6ba67e3f8cb59cb9a2f4db22f12e55326a182d
kors-2757-g5f6ba67
Posted by: Guest on July-07-2021

Code answers related to "C"

Browse Popular Code Answers by Language