-
Notifications
You must be signed in to change notification settings - Fork 2
Home
cole14 edited this page Sep 19, 2012
·
12 revisions
Welcome to Wiki for the Purdue ACM SIGART's Fishtank AI Simulator.
Check out the Design page for in-depth information regarding the implementation of the simulator.
Check out the Rules page for in-depth information regarding the simulation itself.
- Week 1: Introduction (No documents)
- Week 2: Environments [PDF]
git status: display the locally edited files
git log: display a log of previous commits.
git add: bundle new changes into the local "staging" area
git commit: finalize the bundle of changes in the local "staging" area
git push: send the local bundles of changes to the remote repository
git pull: update your local copy to reflect the remote repository