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 protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
