Create a new branch
git branch new-branch-nameNow switch to that newly created branch:
git checkout new-branch-nameSee all branches and which one you're currently on:
git branchLast updated
git branch new-branch-nameNow switch to that newly created branch:
git checkout new-branch-nameSee all branches and which one you're currently on:
git branchLast updated