Spencer Oliver wrote:
> git remote add review ssh://usern...@openocd.zylin.com:29418/openocd.git
> git config remote.review.push HEAD:refs/for/master

When pushing, run:

git push review

Thanks to the remote.review.push setting this will push whatever is
currently checked out.

As always, use git log -p to review your changes before you push. You
can trivially find and fix simple stuff that nevertheless *will* hold
up your patch if you expect only others to do review.


//Peter
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to