Pushing a local branch up to GitHub

后端 未结 4 1608
Happy的楠姐
Happy的楠姐 2020-12-07 08:45

I have Git configured so that when I run git push, it pushes changes to my GitHub repo. Until now I have only had a master branch.

However, I have now c

4条回答
  •  情深已故
    2020-12-07 09:25

    I believe you're looking for git push origin my_new_branch, assuming your origin remote is configured to hit your github repository.

提交回复
热议问题