wiki:Setting Up Git

Version 1 (modified by alex, 9 years ago) (diff)

--

This page describes how to set up Git for Java training. When the competition comes, instructions will be updated

Git is relatively simple to setup, given that Eclipse comes with Git. You just need to add our repository!

  1. Open up Eclipse.
  2. Go to Window > Perspective > Open Perspective > Other...
  3. Select "git"
  4. Select "Clone a git repository"
  5. At this point, a window should pop up asking for a number of fields. Put the following values in:
    URI: https://srgu2537@bitbucket.org/astronautlevel/2537-java-training-projects.git
    Password: hcpss123
    
  6. Select 'Next,' then 'finish.'
  7. Finally, right click on the new repo and select import projects
  8. Making sure "Import existing Eclipse projects" is checked, press next then finish.

You're done!