Code for Finney Robotics Team
- Create a new "Robot Java" Project in eclipse
- Give it a name and make it an iterative robot
- Now "cd" into the project folder in Git Bash
- Create your git repository here.
- git init
- git remote add origin <url>
- Delete the local files/folders that are already in the git repo
- src/
- build.properties
- build.xml
- Pull the remote files onto the local machine
- git pull origin
- git pull origin <branch>
- You can double check that everything worked by performing a "git status" on your local repo and you should have a clean working directory.
- Refresh your eclipse project.
-
Create a new "Robot Java" Project in eclipse
-
Give it a name and make it an iterative robot (eg. Test)
-
Open the GIT perspective (Window->Perspective->other, Select Git)
-
Clone the desired project code from github.com (search Finney Robotics) (eg. Development Code)
-
Remove just created repository from view
-
Select Java EE perspective
-
Import File system from created project( eg. Test)
-
Click next
-
Select the repository name(eg. Development Code) for the from Directory
-
Select the entire directory by clicking in the box next to the repository name (will be checked)
-
Click Finish
-
Right click on project name ->Team->share Project-> Finish