There isn't anything to compare. Nothing to compare, branches are entirely different commit histories

后端 未结 18 900
北恋
北恋 2020-12-12 22:54

I have a CMS theme installed on my machine. I\'m tracking changes to it via git and decided to back it up on GitHub so I could share those changes.

The theme as prov

18条回答
  •  别那么骄傲
    2020-12-12 23:13

    I found that none of the answers provided actually worked for me; what actually worked for me is to do:

    git push --set-upstream origin *BRANCHNAME*
    

    After creating a new branch, then it gets tracked properly. (I have Git 2.7.4)

提交回复
热议问题