Git

Create new branch with local changes, push to origin and track

git checkout -b new_branch_name

git push -u origin new_branch_name