Vacecchin
unread,Aug 19, 2009, 6:02:38 PM8/19/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to git-cola
I found a bug in git-cola v1.38. I had a local branch named "X" that
was making track of a remote branch with different name, "Y". When I
try to do a "git push" (commit tab), I must select the local branch
and a remote branch to be pushed to. But when I click on "push"
button, an error message appears, saying that "refspec Y not found".
Of course it was not found, since I don't have a local branch named
"Y", only remote!
The solution I found was to invert the branches: on the local branch I
put "Y" and on the remote I put "X". It worked that way: the push was
made correctly from local "X" to remote "Y".
I think there is a bug on translating GUI to the git command: local
branch and remote branch are inverted.