From f0d35382a432f22d874c63c1ed23690ba21268ef Mon Sep 17 00:00:00 2001 From: jany Date: Wed, 8 Oct 2025 11:29:30 +0200 Subject: [PATCH 1/2] Updated README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b1f87fd..d40392e1 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -This is the project repository for th MLP course +This is the project repository for the MLP course + +To get started, clone the repository: +git clone https://gitea.jany.se/Jany/MLPproject.git + +To pull updates use: +git pull + +To push your updates to the repository use: +git push + +To save your login credentials locally use: +git config --global credential.helper store From 63f8106f8847d222e64ce5e8c3904c428e701f9f Mon Sep 17 00:00:00 2001 From: jany Date: Wed, 8 Oct 2025 11:33:50 +0200 Subject: [PATCH 2/2] Updated Readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d40392e1..8387119b 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,6 @@ git push To save your login credentials locally use: git config --global credential.helper store + +If conflict occurs use: +git config pull.rebase false