retrography
11/17/2015 - 4:31 PM

Create and push a local branch

Create and push a local branch

Create an empty feature branch

git checkout -b feature_branch_name

Edit files, add feature and commit...

git push -u origin feature_branch_name