text angepasst
This commit is contained in:
parent
ff7b92c058
commit
9bf11f4a7f
21
README.md
21
README.md
@ -1,3 +1,22 @@
|
|||||||
# Jira-Scripte
|
# Jira-Scripte
|
||||||
|
Scripte für Automations und Workflows (pds)
|
||||||
|
|
||||||
|
## Repo vom Gitea auf den Server holen (clone)
|
||||||
|
|
||||||
Scripte für Automations und Workflows (pds)
|
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
|
||||||
Loading…
Reference in New Issue
Block a user