diff --git a/how_to_git.txt b/how_to_git.txt new file mode 100644 index 0000000000000000000000000000000000000000..a9431a86a9d7c0da15c5ae9d6a55e7a128b2f45d --- /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