Re: [Openocd-development] git gui/cola doesn't push to review
Mathias K. wrote: > If i try to push i can choose the review as target but it will > always pushed into the master and i got a error message. > The console command "git push review" works. Any hints? Can you choose which local branch to push, and which branch on the remote that it should be pushed into? The key is to push into: refs/for/master One canonical command line for this would e.g. be: git push review HEAD:refs/for/master //Peter ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development
[Openocd-development] git gui/cola doesn't push to review
Hello, i have a little problem with git gui to push the commits to the review server. If i try to push i can choose the review as target but it will always pushed into the master and i got a error message. The console command "git push review" works. Any hints? Thanks & Regards, Mathias ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development