Answers for "how to switch master in git"

1

how to switch to a master which is already added

git checkout master
Posted by: Guest on August-19-2020
-1

sitch a branch command line

$ git switch <existing_branch>

$ git switch -c <non_existing_branch>
Posted by: Guest on April-28-2020

Code answers related to "how to switch master in git"

Browse Popular Code Answers by Language