Git, Create A Branch And Publish To Remote Get link Facebook X Pinterest Email Other Apps September 25, 2018 Create your own local branch and remote publish git checkout -b my_branch_name --no-track origin/master make and commit changes git push -u origin my_branch_name Read more