Changes between Initial Version and Version 1 of Setting Up Git


Ignore:
Timestamp:
Nov 25, 2015, 2:00:19 PM (9 years ago)
Author:
alex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Setting Up Git

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