README.md aktualisiert

This commit is contained in:
mfredrich 2025-12-14 18:28:59 +00:00
parent 59bc58afb7
commit a08ff5b88f

View File

@ -1,3 +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/<repo>.git
## Änderungen anschauen
git status
## Änderungen committen + pushen
git add .
git commit -m "describe change"
git push
## Updates vom Repo holen
git pull