Adding new branch on github

Branch currently uncommitted changes into a new branch
#git checkout -b new_branch
Save your changes
#git commit OR git add & commit whatever
#git push origin new_branch

Done; somewhat odd that this simple task isn’t that well document or from googling has a lot of around the world methods to accomplish the above.