嗨,我想将某些东西推送到特定的远程分支
我通过
git clone https://~~~.Something
cd https://~~~.Something
我可以使用访问特定分支
git checkout origin/[branch]
我想向我的特定分支 origin/[branch] 提交一些内容但是当我尝试使用 by 推送某些内容时
git push origin [branch]
我收到了这个错误
error: src refspec [branch] does not match any.
error: failed to push some refs to 'https://github.com/kkammo/yonseitree.git'
我试图解决这个问题,但我找不到任何解决方案......所以请帮助我 TT