Monday, September 22, 2014

Creating a branch and switching to it in git

git checkout -b 'newbranch'
git push -u origin newbranch (push to server)

No comments: