I was also just struggling with GIT, i have a 'home' setup for which i'd like to take the risk and having the latest changes in. If i'm getting it right, then:
#git clone git://gitorious.org/owncloud/owncloud.git and: #git fetch should keep me up to date with the 'master' branch, or should i be using 'git pull --rebase' to sync up again? Then, if I ever want the stable version, i should change to the branch like this: #git checkout stable #git pull --rebase Does that sounds about right? Cheers and thx, Jan. On 31 January 2012 11:26, Robin Appelman <[email protected]> wrote: > On Tuesday 31 January 2012 00:23:42 Thomas Tanghus wrote: >> Congrats everyone on a hectic day - I enjoyed watching you keeping >> owncloud.org afloat :-) >> >> I saw that icewind tagged v3.0. I'm still trying to grasp how git works, but >> is it possible to also make an ownCloud 3 branch? I have some fixes that >> really should be in a dot release, and it would be easier imho to maintain >> a branch for that, and feel free to break master the next three months ;-) > > The current workflow for dot releases is to cherry-pick changes from master > into the stable branch. > > - Robin Appelman > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
