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