Skip to content

create branch

Raoul Veroy edited this page Feb 20, 2016 · 1 revision

To create a branch:

git checkout -b mynewbranch
git push -u origin mynewbranch

Clone this wiki locally