[Kmymoney] KMyMoney has moved to git
Alvaro Soliverez
asoliverez at kde.org
Thu Nov 10 02:28:52 UTC 2011
Quick tutorial:
To get the new repo (checkout)
git clone git://anongit.kde.org/kmymoney
This will create a kmymoney folder where you run the command.
To update it, from within kmymoney folder, run:
git pull --rebase
To list remote branches, you query the origin repo
git remote show origin
To create a branch:
git checkout -b <new_branch>
Creating the new branch with the name of a remote branch, should link both.
To switch branches:
git checkout <branch>
To list local available branches:
git branch
The one with the asterisk is your current branch.
Pushing to the repo is a whole different beast, and that will be discussed
further.
Regards,
Alvaro
On Wed, Nov 9, 2011 at 10:49 PM, Alvaro Soliverez <asoliverez at kde.org>wrote:
> Hello all,
> the move to git has been completed.
>
> These are the new URLs:
> Fetch URL: git://anongit.kde.org/kmymoney
> Push URL: git at git.kde.org:kmymoney
>
> 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)
>
> Please note that docs are now in-tree again. They had been moved out when
> we migrated to SVN.
>
> 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.
>
> Further on, we should decide the workflow we'll have for git. Those of you
> with git experience, please step up now.
>
> I'll try to write a mini tutorial today for basic cloning and update today.
>
> Regards,
> Alvaro
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kmymoney/attachments/20111109/245f2e02/attachment.html>
More information about the KMyMoney
mailing list