Answers for "swithc branch in github"

0

swithc branch in github

$ git checkout <existing_branch>

# -b will create the branch if it does not exist
$ git checkout -b <new_branch>
Posted by: Guest on March-23-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language