The senior project for the Armadillo group of Dr. Elliott's CSC 394 Senior Capstone course.
We need to finalize a name for this application.
Always check for updates to the repo before you start coding to prevent as many conflicts as possible.
- Open eclipse with whatever workspace you choose
- File > Import
- Git > Projects from Git
- Clone URI
- Insert this link into URI field: https://github.com/DMcConnell/394SeniorProject.git
- Enter your GitHub login credentials and click Next
- Ensure the master branch is checked and click Next
- Edit the directory path if you wish and click Next
- Import Existing Eclipse Project and click Next
- Select EatMyFood and click Next
- Finish
To update the project to reflect someone else's changes you can right click on the project, hover over "Team" and select Pull To commit your changes for others to use, right click o nthe projeck, hover over "Team" and select "Commit"
- Share your email (that is linked to your GitHub) with Duncan so he can add you as a collaborator
- Download GitHub Desktop at https://desktop.github.com
- Log into GitHub Desktop
- In the top left find which repository you're in and click the "Add" button
- Choose "Clone Repository"
- Select this repository and a local destination
- Open eclipse with whatever workspace you choose
- File > Import
- General > Existing Project Into Workspace
- Select the root source as the repo you downloaded above
- Click 'Select All'
- IMPORTANT - Make sure 'Copy Projects to Workspace' is NOT checked, otherwise your changes will not commit
- Finish
- GitHub Desktop will automatically detect changes to project files
- Check all files on the left pane that you want to commit
- At the bottom left, add a title and description
- Commit to whatever branch you're committing to
- IMPORTANT - Must click Push Origin button at the top or changes will not push to other developers