Hi, I want to push something to a specific remote branch
I do local areas
git clone https://~~~.Something cd https://~~~.Something
and I can access a specific branch using
git checkout origin/[branch]
I want to commit something in my specific branch / [branch] But when I try to push something using
git push origin [branch]
I got this error
error: src refspec [branch] does not match any. error: failed to push some refs to 'https://github.com/kkammo/yonseitree.git'
I tried to solve this problem, but I can not find a solution ... so plz help me TT
git git-checkout clone push
kwony
source share