From 05cbd04644b0d61f58ab700ce8b94dff160bd37f Mon Sep 17 00:00:00 2001 From: mfredrich Date: Sun, 14 Dec 2025 18:37:06 +0000 Subject: [PATCH] =?UTF-8?q?README.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7847114 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Jira-Scripte + +Scripte für Automations und Workflows (pds) + +## Repo vom Gitea auf den Server holen (clone) + +git clone https://git.bartschatten.de/mfredrich/.git + +## Änderungen anschauen + +git status + +## Änderungen committen + pushen + +git add . +git commit -m "describe change" +git push + +## Updates vom Repo holen + +git pull