On Mon, Feb 07, 2011 at 07:33:05PM +0100, Christina Roßmanith <chrrossman...@web.de> wrote: > I'm 3 commits ahead at home. But I have only the license to push the > middle one on my own. How can I do that?!?
Using git rebase -i. See its manpage, you can reorder the commits so that the middle one will be the first, then 'git push origin HEAD~2:master' will push just that one for you. It even has a -n flag if you want to double-check before you do anything. If it gets rejected, use the usual 'git pull -r'. HTH.
pgpg8Y2lzhtsS.pgp
Description: PGP signature
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice