Switch branches
$ git branch mybranch1
$ git branch mybranch2
Now check all branch
* mybranch1
mybranch2
master
Use the git checkout
$ git checkout
Switch to the branch "mybranch1" by the following command.
$ git checkout mybranch1
Switched to branch 'mybranch1'
Related Tutorial
No comments:
Post a Comment