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

Reply via email to