From 9bf11f4a7fdfd17f3ab3d690592ab26728c4f8c9 Mon Sep 17 00:00:00 2001 From: "Martin F." Date: Thu, 19 Feb 2026 16:31:24 +0100 Subject: [PATCH] text angepasst --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ecfdd9..ac9027a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ # Jira-Scripte +Scripte für Automations und Workflows (pds) + +## Repo vom Gitea auf den Server holen (clone) -Scripte für Automations und Workflows (pds) \ No newline at end of file +git clone https://git.bartschatten.de/mfredrich/Jira-Scripte.git + +cd Jira-Scripte + +## Änderungen anschauen + +git status + +## Änderungen committen + pushen + +git add . +git commit -m "describe change" +git push origin main + +## Updates vom Repo holen + +git pull \ No newline at end of file