README.md hinzugefügt
This commit is contained in:
parent
aef8402381
commit
05cbd04644
21
README.md
Normal file
21
README.md
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user