Computational Methods in Physics ASU Physics PHY 494

10 Git for Collaboration

For the Midterm Project you are collaborating as a team of three students. You will share one Git repository on GitHub.

Merging

For testing, we will use the sandbox repository: Clone it

git clone https://github.com/ASU-CompMethodsPhysics-PHY494/sandbox.git
cd sandbox

and then follow the instructor's lead.

Communication

See MidtermMeeting.pdf for more details on the following:

  • Create a wiki for your repository and use it to document your plans.
  • Use the issue tracker to keep track of what you need to fix and for discussions.
  • Optional: use Gitter for chat

Additional resources