to create a branch
git branch <branchname>
to select a branch
git checkout <branchname>
git commit the code/and push to the new selected branch
Modified on: Wed, 24 Jun, 2020 at 4:32 PM
to create a branch
git branch <branchname>
to select a branch
git checkout <branchname>
git commit the code/and push to the new selected branch
Did you find it helpful? Yes No
Send feedback