text angepasst

This commit is contained in:
Martin F. 2026-02-19 16:31:24 +01:00
parent ff7b92c058
commit 9bf11f4a7f

View File

@ -1,3 +1,22 @@
# Jira-Scripte
Scripte für Automations und Workflows (pds)
## Repo vom Gitea auf den Server holen (clone)
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