>From http://www.sourcemage.org/Git_Guide:
> I want to work on an upstream branch other than "master". > > $ git checkout --track -b <local name> origin/<remote name> > Note: this creates a local branch <local name> based on the upstream branch > and switches your working copy to that branch. > $ git pull > > On Wed, Dec 10, 2008 at 2:31 PM, lichen3 <[EMAIL PROTECTED]> wrote: > > Thanks Bruno, > > What's the git clone url for the 2.2 update? I tried to clone the url > from within your posted link, it's still pointing to 2.1.2 > compatibility version. > > Thanks > > On Dec 9, 3:59 pm, "Bruno Bornsztein" <[EMAIL PROTECTED]> > wrote: > > Hey all, > > Just a quick note to let you know I spent some time upgrading CE to be > > compatible with Rails 2.2.2. You can see the latest code in the rails_2_2 > > branch. <http://github.com/bborn/communityengine/tree/rails_2_2> > > > > As part of this, I stripped out the Globalite plugin, in favor of using > > Rails' built-in I18n API. The changes should be backwards compatible, so > if > > you have a localized install, you shouldn't need to change anything. > > > > I'm looking for feedback on these updates before I merge them into the > > master branch, so please check it out, update your apps and let me know > if > > you have any problems. > > Thanks, > > Bruno > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
