<div dir="ltr">On 26 September 2017 at 01:17, Michael Halstead <span dir="ltr"><<a href="mailto:mhalstead@linuxfoundation.org" target="_blank">mhalstead@linuxfoundation.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">This is all ready to go right now. Please update your remotes.<br></blockquote><div><br></div><div>For people who don't know, you can configure convenience URL aliases in git. Here's a little config fragment for ~/.gitconfig to give an alias which will use the git: server for pulls and ssh: for pushes:</div><div><br></div><div>[url "ssh://<a href="http://git@push.yoctoproject.org/">git@push.yoctoproject.org/</a>"]</div><div>    pushInsteadOf = yocto:</div><div>[url "git://<a href="http://git.yoctoproject.org/">git.yoctoproject.org/</a>"]</div><div>    insteadOf = yocto:</div><div><br></div><div>With this the URL you need to clone anything from the Yocto server is just yocto:module. For example:</div><div><br></div><div>$ git clone yocto:poky</div><div>$ cd poky</div><div>$ git remote add contrib yocto:poky-contrib</div><div><br></div><div>Ross</div></div></div></div>