need help to fetch stable LibreOffice 5.0 code

Daniel danlrobertson89 at gmail.com
Wed Aug 19 17:16:21 PDT 2015


Hi Madhura and welcome!

You could try something like the following after you navigate to the
directory you cloned LibreOffice to

git fetch
git checkout origin/branch-name

e.g.

git checkout origin/libreoffice-5-0-0

You can think of the word origin as an alias for
http://anongit.freedesktop.org/git/libreoffice/core.git, so by executing "git
checkout origin/libreoffice-5-0-0" you are in effect saying "I want the
libreoffice-5-0-0 branch from the url that origin is an alias for".

If you'd like to learn more about git, I'd suggest
https://git-scm.com/book/en/v2.

Hope that helps! Let me know if it doesn't make sense.

Best,

Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20150819/2126f245/attachment.sig>


More information about the LibreOffice mailing list