Answers for "how to checkout branch from 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

Code answers related to "C"

Browse Popular Code Answers by Language