22 lines
347 B
Markdown
22 lines
347 B
Markdown
# 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
|