Hi devs,

Found a problem with pushing changes to the new git repo of ODE.

~/sources/ode [master]$ git branch --track my-1.3.6.x origin/ode-1.3.6.x
made some changes and committed.
~/sources/ode [my-1.3.6.x]$ git push origin ode-1.3.6.x
I was asked to enter username/password and then I get the below error
message
error: src refspec ode-1.3.6.x does not match any.
error: failed to push some refs to '
https://git-wip-us.apache.org/repos/asf/ode.git'

I was able to push the changes when I created the local tracking branch
with the same name as of the remote.
i.e ~/sources/ode [master]$ git branch --track ode-1.3.6.x
origin/ode-1.3.6.x

regards,
sathwik

Reply via email to