• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Wonder reminder: switching to integration branch
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Wonder reminder: switching to integration branch


  • Subject: Wonder reminder: switching to integration branch
  • From: Pascal Robert <email@hidden>
  • Date: Thu, 05 Apr 2012 10:27:39 -0400

Just as a reminder for those you want to contribute to Project Wonder or want the latest source: don't forget to switch to the integration branch!

To check if you have the integration branch in your local clone:

  git branch

If you don't see "integration" there, add it:

  git checkout -b integration upstream/integration

You are now on the integration branch, you can pull latest changes:

  git pull upstream integration

And push it to your fork on GitHub:

  git push origin integration

If you create a pull request in GitHub, don't forget to send it to the integration branch on Project Wonder repository.

If you want to switch back to the main branch (master)

  git checkout master

To go back to integration:

  git checkout integration

To get the updates from upstream (Wonder main repository) integration:

  git pull upstream integration
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Another… What ate my Javascript in my AMD?
  • Next by Date: Re: Another… What ate my Javascript in my AMD?
  • Previous by thread: Re: Another… What ate my Javascript in my AMD?
  • Next by thread: Re: Wonder reminder: switching to integration branch
  • Index(es):
    • Date
    • Thread