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 <asolive...@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: g...@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 > > >
_______________________________________________ KMyMoney-devel mailing list KMyMoney-devel@kde.org https://mail.kde.org/mailman/listinfo/kmymoney-devel