How to push a new local branch to a remote Git repository


git push -u origin new-branch

git fetch origin
git checkout --track origin/new-branch