Skip to main content

Branching with git

git branch new-branch
git checkout new-branch

remote push/pull

Comments