Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

tl;dr

  • introductory meeting to get into the flow of things

Git Workflow

When working on code, we are not going to commit and push directly to the master branch; rather, everyone should create a new branch for a particular new feature and then merge into master with a pull request. A detailed description of the process is here (TBD Daniel is working on it).

...