Readme.md aktualisiert
Formatiert
This commit is contained in:
parent
4a684fb91a
commit
f5a39b607c
|
@ -1,15 +1,23 @@
|
||||||
## Erstelle ein neues Repository von der Kommandozeile aus
|
## Erstelle ein neues Repository von der Kommandozeile aus
|
||||||
|
|
||||||
touch README.md
|
touch README.md
|
||||||
|
|
||||||
git init
|
git init
|
||||||
|
|
||||||
git checkout -b main
|
git checkout -b main
|
||||||
|
|
||||||
git add README.md
|
git add README.md
|
||||||
|
|
||||||
git commit -m "first commit"
|
git commit -m "first commit"
|
||||||
|
|
||||||
git remote add origin https://gitea.ext.primaholding.de/lindner/BorgBackups.git
|
git remote add origin https://gitea.ext.primaholding.de/lindner/BorgBackups.git
|
||||||
|
|
||||||
git push -u origin main
|
git push -u origin main
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Bestehendes Repository via Kommandozeile pushen
|
## Bestehendes Repository via Kommandozeile pushen
|
||||||
|
|
||||||
git remote add origin https://gitea.ext.primaholding.de/lindner/BorgBackups.git
|
git remote add origin https://gitea.ext.primaholding.de/lindner/BorgBackups.git
|
||||||
|
|
||||||
git push -u origin main
|
git push -u origin main
|
Loading…
Reference in New Issue
Block a user