changed in iosp/HelloWorld
Task
All team members have to collaborate to write a HelloWorld.c program.
Each developer has to write only one line that prints his name and a serial number.
At the end, the output of the program has to be like this:
1. Hello Dan!
2. Hello Miron!
...
8. Hello Ploni!
9. Hello Dima!
- The coach will assign a number from 1-8 to each developer
- Each developer will do:
- Enter Github and fork the HelloWorld project
- Enter Eclipse and clone the HelloWorld project (use the Git repositories view)
- In Eclipse, import the cloned repository as a local Git project
- Change the project , adding your line
- Commit
- Fetch from the central repository
- Merge the fetched changes to your project
- Push to Github into your forked project
- Do a "Pull request"
- the Integrator
- Will integrate all the pull requests into the central repository
Good luck!