Compare commits

..

2 Commits

Author SHA1 Message Date
Martin
f60ce41b59 Merge branch 'main' of https://git.bartschatten.de/mfredrich/Docker 2025-12-14 19:41:55 +01:00
Martin
38ed00e201 readme hinzugefuegt 2025-12-14 19:35:08 +01:00

View File

@ -1,21 +0,0 @@
# 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