<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 18, 2015 at 2:20 AM, Rachna Goel <span dir="ltr"><<a href="mailto:rachnag@cdac.in" target="_blank">rachnag@cdac.in</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
<div bgcolor="#ffffff">
<div>hi thre,</div>
<div> </div>
<div>I am struggling to get latest stable source code of libreoffice on
winows.</div>
<div>
<div>when I use <i>git clone</i> , it fetches the latest updated branch.
</div>
<div>Kindly help me with the parameter that need to be used in order to fetch
stable release source code (of LibreOffice 5.0) </div>
<div><font color="#0000ff"></font> </div>
</div></div></blockquote></div>Hi Rachna,<br><br></div><div class="gmail_extra">Git clones the complete repository. You can't exclude or include certain branches (unlike SVN or P4, for example).<br><br></div><div class="gmail_extra">What you need to do is, after cloning, checkout the branch you are interested in. (Also, you can download a compressed copy of the git repo from the website and then git pull to update, that might be faster.)<br><br></div><div class="gmail_extra">The command to checkout a branch is: git checkout <branchname><br><br></div></div>