Group Name: Geo-UIUC (temporary)
Team Members: kxhu2, jcngo2, ags15, manuel9, ezhen11, neilad2, wr6
Project Manager: wllei2
Workflow:
- Before starting:
- Ensure you're on the right branch for the feature you're working on with
git branch. If not, usegit checkoutto switch to the right one. git pull origin master, if relevant changes have been merged into the master branch since last work sessiongit pull
- Ensure you're on the right branch for the feature you're working on with
- Code away!
- When done:
git add .git commit -m "<Description of what you added>"git push