Skip to content
Snippets Groups Projects

review comments

Merged Laurent Heirendt requested to merge lh-review-part-3 into develop
5 files
+ 17
9
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -2,9 +2,9 @@
* `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!)
* Submit a PR **often**!
* Do **not push** to `master`, but **submit a Merge Request (MR)**
* Get your code **reviewed** by your peers (submit a MR!)
* Submit a MR **often**!
* `clone` a repository, do not download the `.zip` file.
* Do **not** combine `git` commands
```bash
Loading