From 0739feea0013be8c54e43b276c8491e881af7f44 Mon Sep 17 00:00:00 2001
From: Nicola <nicoa96@zedat.fu-berlin.de>
Date: Tue, 19 Dec 2023 23:53:36 +0100
Subject: [PATCH] the instructions

---
 Instructions.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Instructions.txt b/Instructions.txt
index 144f180..cac0cce 100644
--- a/Instructions.txt
+++ b/Instructions.txt
@@ -9,3 +9,14 @@ Create the file
 git add <File name>
 git commit -m "comment"
 git push
+
+please update your local branch by following these commands:
+
+
+git checkout main
+git pull --rebase
+git checkout -
+git rebase main
+
+
+Please try out these commands asap!
-- 
GitLab