Skip to content

Using git and GitHub

Tiana Ton Nu edited this page Mar 1, 2019 · 1 revision

Read to learn how to use git and github in our workflow. Your code won't be merged otherwise!

Here's another useful tutorial on merging and rebasing.

For additional practice on using git, we highly recommend you complete this git bootcamp.

On every pull request, please include a description of how you tested your program. For example: What simulations were turned on? What operating system were you using? How do you know that it works? Include a screenshot/copy-paste of the console log if necessary.

Also, please do not make pull requests for code that you haven't tested.