readme hinzugefuegt

This commit is contained in:
Martin 2025-12-14 19:35:08 +01:00
parent c5cb20a5bc
commit 38ed00e201

21
README.md Normal file
View File

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