Quick tutorial:<br><br>To get the new repo (checkout)<br><br>git clone git://<a href="http://anongit.kde.org/kmymoney" target="_blank">anongit.kde.org/kmymoney</a><br><br>This will create a kmymoney folder where you run the command.<br>
<br>To update it, from within kmymoney folder, run:<br><br>git pull --rebase<br><br>To list remote branches, you query the origin repo<br><br>git remote show origin<br><br>To create a branch:<br><br>git checkout -b <new_branch><br>
<br>Creating the new branch with the name of a remote branch, should link both.<br><br>To switch branches:<br><br>git checkout <branch><br><br>To list local available branches:<br><br>git branch<br><br>The one with the asterisk is your current branch.<br>
<br>Pushing to the repo is a whole different beast, and that will be discussed further.<br><br><br>Regards,<br>Alvaro<br><br><div class="gmail_quote">On Wed, Nov 9, 2011 at 10:49 PM, Alvaro Soliverez <span dir="ltr"><<a href="mailto:asoliverez@kde.org">asoliverez@kde.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello all,<br>the move to git has been completed.<br><br>These are the new URLs:<br>Fetch URL: git://<a href="http://anongit.kde.org/kmymoney" target="_blank">anongit.kde.org/kmymoney</a><br>
Push  URL: git@git.kde.org:kmymoney<br><br>There's still some processing to be done by the sysadmins, but you can already clone it. For now, only admins have write-access. (Fernando, I messed up with your username so I have to add you manually later)<br>

<br>Please note that docs are now in-tree again. They had been moved out when we migrated to SVN.<br><br>I am about to remove all files in the SVN repo and commit a README file pointing to the new repo, We should also update the wikis and the webpage with the new URLs.<br>

<br>Further on, we should decide the workflow we'll have for git. Those of you with git experience, please step up now.<br><br>I'll try to write a mini tutorial today for basic cloning and update today.<br><br>Regards,<br>

Alvaro<br><br><br>
</blockquote></div><br>