From de1dd3aa80c2c0aea4b5ec897f01a839ac75a484 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Wed, 17 Mar 2021 13:57:11 +0100 Subject: [PATCH] fix PR --- 2021/2021-03-18_basicGitTraining/slides/best_practices.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2021/2021-03-18_basicGitTraining/slides/best_practices.md b/2021/2021-03-18_basicGitTraining/slides/best_practices.md index 13b67fd2..6bc6084c 100644 --- a/2021/2021-03-18_basicGitTraining/slides/best_practices.md +++ b/2021/2021-03-18_basicGitTraining/slides/best_practices.md @@ -2,9 +2,9 @@ * `pull` before `push` * 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 Merge Request (MR)** -* Get your code **reviewed** by your peers (submit a MR!) -* Submit a MR **often**! +* 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**! * `clone` a repository, do not download the `.zip` file. * Do **not** combine `git` commands ```bash -- GitLab