<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 12, 2013 at 3:58 PM, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":3tw">What would be the git equivalent of the following?<br>
<br>
hg clone URL petsc<br></div></blockquote><div><br></div><div style>git clone URL petsc</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":3tw">

rsync petsc petsc-feature</div></blockquote><div><br></div><div style>Same will work, but we recommend branches.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":3tw">
cp petsc/.hg/hgrc petsc-feature/.hg/hgrc<br></div></blockquote><div><br></div><div style>cp petsc/.git/config petsc-feature/.git/config</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":3tw">
[primarily updates the 'default URL'</div></blockquote></div><br><br></div></div>