Skip to content
Snippets Groups Projects
Verified Commit 5414c9ff authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

add best practices slide

parent 73272661
No related branches found
No related tags found
3 merge requests!134[release] Regular merge of develop,!132revision of part 2,!122git part 2
# 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 merge request (MR)**
* 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)
2022/2022-06-07_git-trilogy-part-2/slides/img/copySSHpublic.png

63.1 KiB

......@@ -11,5 +11,6 @@
{ "filename": "commit.md" },
{ "filename": "push.md" },
{ "filename": "merge.md" },
{ "filename": "best_practices.md" },
{ "filename": "thanks.md" }
]
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