Wonder reminder: switching to integration branch
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