Nick Savage wrote: > > [git pull -r] > > > > I couldn't find it either, but I think it means recursive. As in, it > pulls every directory under the parent as well. > It's shorthand for "git pull --rebase" - hoists any local commits you have on top of the stuff you pull. Is equivalent to "git pull" if you don't have non-pushed local changes.
Cheers, -- Thorsten
pgpQNOeafJQ8r.pgp
Description: PGP signature
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
