-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
25 lines (22 loc) · 1.23 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Steps to set up dev environment
1. Create a github account and upload your public key
Goto github.com/jtbates/cs252-lab6 and click watch. I will add you as a
collaborator.
2. Install Android SDK and the ADT Plugin in Eclipse.
3. Install EGit in Eclipse (http://download.eclipse.org/egit/updates)
4. Clone the repo in your Eclipse workspace directory
git clone [email protected]:jtbates/cs252-lab6.git lab6
Add a .gitignore file with:
bin
gen
5. In Eclipse, go to Import -> General -> Existing Projects into Workspace and
select the lab6 folder (you might need to run Clean... to get it to build)
6. Go to the Git Repository Exploring perspective and add your local repository
In Eclipse, right click the project and go to Team -> to access the Git
commands. Commit saves your changes to your local repository, push to
upstream sends your patches to the main repo on Github (similar to svn
commit), fetch from upstream updates your local repo to the newest version
from the main repo (similar to svn update).
If you want to access Github Issues in Eclipse, install Mylyn and the Github Mylyn Connector. Their site-urls are:
http://download.eclipse.org/mylyn/releases/latest
http://devsprint.github.com/org.eclipse.mylyn.github/site