how to checkout branch from commit id
git checkout -b <new_branch_name> <SHA1>
how to checkout branch from commit id
git checkout -b <new_branch_name> <SHA1>
create a branch from old commit
git log --author=<name or email> // get user (press enter to find exact one)
git checkout -b justin a9c146a09505837ec03b //create and checkout branch
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us