From 99487f66cdba072f5f0c420c854f7881a871592f Mon Sep 17 00:00:00 2001 From: hustoles <martin.hustoles@student.reutlingen-university.de> Date: Wed, 28 Jun 2023 18:43:28 +0200 Subject: [PATCH] git anleitung --- how_to_git.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 how_to_git.txt diff --git a/how_to_git.txt b/how_to_git.txt new file mode 100644 index 0000000..a9431a8 --- /dev/null +++ b/how_to_git.txt @@ -0,0 +1,11 @@ +Beim ersten mal: +git clone https://gitlab.reutlingen-university.de/hustoles/data-science-project.git + +Nachdem man was geändert hat: +git pull +git add * +git commit -m "Message" +git push + +Wenn jemand anderes was geändert hat: +git pull \ No newline at end of file -- GitLab