Skip to content
Snippets Groups Projects
Commit 3de9616b authored by Vilem Ded's avatar Vilem Ded
Browse files

update best practices - remove cmd related stuff

parent 77999692
No related branches found
No related tags found
2 merge requests!129[release] Regular merge of develop,!121git part 1
......@@ -38,9 +38,9 @@
## Best practices
* Work on your <font color="red">own</font> branch (in your own fork), and **not** on `master` and **not** on `develop`
* Do **not commit** to `master`/`develop`, but **submit a Pull Request (PR)**
* Get your code **reviewed** by your peers (submit a PR!)
* Submit a PR **often**! (as soon as the feature is ready)
* Commit **only a few files** at once (after multiple separate `git add` commands)
* Do **not commit** to `master`/`develop`, but **submit a merge Request (PR)**
* Get your code **reviewed** by your peers (submit a merge request!)
* Submit a merge request **often**! (as soon as the feature is ready)
* Make commits often (keeps increments small)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment