branch list in git
git branch -a
create branch in git
# Create New Branch And Switch To It
$ git checkout -b myBranchName
git branch
git checkout -b <new-branch-name> # create a new branch
git switch <branch-name> # Switch branch
git branch command
git branch <branchname>
(or)
git checkout -b <branchname>
git branch
$ git branch iss53
$ git checkout iss53
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