| 1 | |
| 2 | == This page describes how to set up Git for Java training. When the competition comes, instructions will be updated == |
| 3 | |
| 4 | Git is relatively simple to setup, given that Eclipse comes with Git. You just need to add our repository! |
| 5 | 1. Open up Eclipse. |
| 6 | 2. Go to Window > Perspective > Open Perspective > Other... |
| 7 | 3. Select "git" |
| 8 | 4. Select "Clone a git repository" |
| 9 | 5. At this point, a window should pop up asking for a number of fields. Put the following values in: |
| 10 | {{{ |
| 11 | URI: https://srgu2537@bitbucket.org/astronautlevel/2537-java-training-projects.git |
| 12 | Password: hcpss123 |
| 13 | }}} |
| 14 | 6. Select 'Next,' then 'finish.' |
| 15 | 7. Finally, right click on the new repo and select import projects |
| 16 | 8. Making sure "Import existing Eclipse projects" is checked, press next then finish. |
| 17 | |
| 18 | You're done! |
| 19 | |