From b62bc8a857bbeb7c4e8672e85a988f5558a6450f Mon Sep 17 00:00:00 2001
From: Van-Tuan Bui <van-tuan.bui@lisn.fr>
Date: Tue, 23 Jan 2024 09:42:59 +0000
Subject: [PATCH] Update a-MSE.md

---
 a-MSE.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/a-MSE.md b/a-MSE.md
index b00aaec..e651649 100644
--- a/a-MSE.md
+++ b/a-MSE.md
@@ -26,8 +26,8 @@ $$ MSE = \frac{1}{N} \sum_{i=1}^{N} (predicted_i - actual_i)² $$
 - Create a feature `a_MSE` branch:
 
 ```bash
-git checkout develop
 git pull origin develop
+git checkout develop
 git checkout -b a_MSE
 ```
 
@@ -271,4 +271,4 @@ The code reviewer does run all the tests again and ensures that the features `MS
 
 ## Merge `a_MSE` into `develop`
 
-It is the responsibility of the project leader to finalize the integration of changes into the `develop`. This involves merging the requests that have been created by the developer and subsequently approved by the reviewer by simply clicking `Merge` button.
\ No newline at end of file
+It is the responsibility of the project leader to finalize the integration of changes into the `develop`. This involves merging the requests that have been created by the developer and subsequently approved by the reviewer by simply clicking `Merge` button.
-- 
GitLab