From 3de9616b37373eba20c4268cffc027c7abcaf9d5 Mon Sep 17 00:00:00 2001
From: Vilem Ded <vilem.ded@uni.lu>
Date: Tue, 24 May 2022 15:29:53 +0200
Subject: [PATCH] update best practices - remove cmd related stuff

---
 .../slides/best_practices.md                              | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/2022/2022-05-31_git-triology-part-1/slides/best_practices.md b/2022/2022-05-31_git-triology-part-1/slides/best_practices.md
index 7acf58fd..17028973 100644
--- a/2022/2022-05-31_git-triology-part-1/slides/best_practices.md
+++ b/2022/2022-05-31_git-triology-part-1/slides/best_practices.md
@@ -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)
 
 
-- 
GitLab