{"id":26,"description":"git - add a remote branch and set local branch to push to new remote branch","tags":["programming","git"],"contents":["# The workflow goes like this","# git checkout -b \u003ca_new_branch\u003e","# make edits..make commits..time to push to remote branch and/or create PR","# git push --set-upstream origin \u003ca_new_branch\u003e","# git push"]}
