-
Notifications
You must be signed in to change notification settings - Fork 15
Adding a new project to repository
-
Create the new project as normal in Eclipse (Or choose an existing project you want to add).
-
Right click the project and select "Team->Share Project".
Set repository to [email protected]:t2health/BSPAN---Bluetooth-Sensor-Processing-for-Android.git -
Commit addition of project - "Team->commit".
-
Open Git Repository view. Right click "working directory" then select Add The project should now show up in the working directory.
-
Right click the BSPAN node in Git Repository view. Select "Push"
-
select "Custom URI"
-
Confirm URI, Host and Repository path are set up correctly
-
Select http
-
Enter your user name and password
-
If nothing shows up in Source Ref: select master [branch]. This should also fill out Destination ref:
-
Select "+Add Spec" next Source ref and Destination ref. This should add the spec to the specifications for push
-
"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