Completion of Introduction to Github. Keep that page open, as steps from that README will be referred to
Use this repository to store all your Java Projects
Instruction Set A will ensure you have a copy of your git repository on your computer. If you have a local copy of your APCSA github repository on your computer, skip to Instruction Set B.
Instruction Set B will ensure your Eclipse workspace is set to your local copy of your APCSA Github repository. This means that any projects you create will by default be under version control, and you can follow Uploading your changes to Github to upload changes at the end of every class.
Rewards You will be able to commit and push your code to your own private repostitory on Github! Making it easy to browse and accessible from everywhere.
Your expected workflow during class is then:
- Arrive and load your Git repository as your Eclipse workspace
- Commit and push all your code at end of class.
- ??
- PROFIT!! (by getting experience working with version control and being able to take advantage of the snazzy Github interace when viewing your code. It will surely come in handy when you're studying!)
Instruction Set A
If this is your first time importing the repository (i.e. there are no Projects).
- Follow Steps 1-5 in Importing your Assignment into Eclipse.
- In Step 6, note the
Local Directoryyou have chosen for your repository - After completion of Step 6, a local copy of your git repository will be created on your computer.
If this is NOT your first time importing the repository (i.e. there ARE existing projects). Follow [Importing your Assignment into Eclipse]
Instruction Set B
- Navigate to File > Switch Workspace > Other ...
- Navigate to the location of your local git repository, this should be the
Local Directoryyou entered in Step 6

