Le 2012-04-05 à 13:26, Ricardo J. Parada a écrit : > Hi Pascal, > > Does this page > http://wiki.wocommunity.org/display/WONDER/Getting+the+Wonder+Source+Code > still apply for getting the source code?
Yes, but you will need to switch to the integration branch after (git checkout integration). > It sounds like you forked it on github and then cloned that to your machine > and somehow configured upstream with a git command? If you wish to contribute back to Wonder, that's the way of doing it. It's covered in the Contributing to Wonder I did last year, and I will talk about it again at WOWODC. And also it's explained on GitHub: http://help.github.com/fork-a-repo/ > P.S. I see Kieran is going to talk about git at WOWODC. :-) > > Thanks, > Ricardo Parada > > > > On Apr 5, 2012, at 10:27 AM, Pascal Robert wrote: > >> 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/rparada%40mac.com >> >> This email sent to [email protected] > _______________________________________________ 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]
