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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to