difference between origin/branch_name and branch_name?

前端 未结 4 1768
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-29 02:26

for pushing to bitbucket.

If I do: git push origin origin/branch_name my commits are not pushed.

Total 0 (delta 0), reused 0 (delta 0)
<         


        
4条回答
  •  無奈伤痛
    2020-11-29 02:54

    • origin/branch_name is a branch on the remote machine
    • just branch_name is a branch on the local machine

提交回复
热议问题