From b7f9b81e34dde4914b8e27f0d71f4839ff6d3b18 Mon Sep 17 00:00:00 2001 From: Nicola <nicoa96@zedat.fu-berlin.de> Date: Tue, 19 Dec 2023 12:28:23 +0100 Subject: [PATCH] The instructions --- Instructions.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Instructions.txt diff --git a/Instructions.txt b/Instructions.txt new file mode 100644 index 0000000..024a6da --- /dev/null +++ b/Instructions.txt @@ -0,0 +1,9 @@ +to create a branch: +git checkout -b <name of the branch> + + + +Create the file +git add <File name> +git commit -m "comment" +git push -- GitLab