Answers for "git go to master branch"

1

how to switch to a master which is already added

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

how to switch branches in git

git checkout [branch name]
Posted by: Guest on April-09-2020

Browse Popular Code Answers by Language