Skip to content

Adding a new project to repository

scolemanT2 edited this page Dec 21, 2011 · 8 revisions
  1. Create the new project as normal in Eclipse (Or choose an existing project you want to add).

  2. Right click the project and select "Team->Share Project".
    Set repository to [email protected]:t2health/BSPAN---Bluetooth-Sensor-Processing-for-Android.git

  3. Commit addition of project - "Team->commit".

  4. Open Git Repository view. Right click "working directory" then select Add The project should now show up in the working directory.

  5. Right click the BSPAN node in Git Repository view. Select "Push"

  6. select "Custom URI"

  7. Confirm URI, Host and Repository path are set up correctly

  8. Select http

  9. Enter your user name and password

  10. If nothing shows up in Source Ref: select master [branch]. This should also fill out Destination ref:

  11. Select "+Add Spec" next Source ref and Destination ref. This should add the spec to the specifications for push

  12. "Finish" This should finish the process and the new project should show up under the working directory in GitHub Note that if the last step is Rejected, it may be because you need to do a "Pull" from the GitHub first to update your local code

Clone this wiki locally