Skip to content
Snippets Groups Projects

Changes to slides

Merged Laurent Heirendt requested to merge sarah-comments into develop
4 files
+ 18
6
Compare changes
  • Side-by-side
  • Inline
Files
4
# Best practices
* `pull` before `push`
* `pull` before `push` and, generally, before starting to work
* Work on your <font color="red">own</font> branch (in your own fork), and **not** on `master` and **not** on `develop`
* Do **not push** to `master`, but **submit a Pull Request (PR)**
* Get your code **reviewed** by your peers (submit a PR!)
Loading