forked from lindner/BorgBackups
Compare commits
11 Commits
lxbfYeaa0"
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 67097b6a57 | |||
| 1b896504b9 | |||
| 7242f4dca3 | |||
| df0c171e0c | |||
| 8ff3e9ee0c | |||
| ba8db7eac8 | |||
| fad45c4c05 | |||
| be4c166860 | |||
| e1a686b78d | |||
| a5605003c9 | |||
| ebd8d2861e |
24
Readme.md
24
Readme.md
|
|
@ -1,23 +1 @@
|
||||||
## Erstelle ein neues Repository von der Kommandozeile aus
|
555
|
||||||
|
|
||||||
touch README.md
|
|
||||||
|
|
||||||
git init
|
|
||||||
|
|
||||||
git checkout -b main
|
|
||||||
|
|
||||||
git add README.md
|
|
||||||
|
|
||||||
git commit -m "first commit"
|
|
||||||
|
|
||||||
git remote add origin https://gitea.ext.primaholding.de/lindner/BorgBackups.git
|
|
||||||
|
|
||||||
git push -u origin main
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Bestehendes Repository via Kommandozeile pushen
|
|
||||||
|
|
||||||
git remote add origin https://gitea.ext.primaholding.de/lindner/BorgBackups.git
|
|
||||||
|
|
||||||
git push -u origin main
|
|
||||||
Loading…
Reference in New Issue
Block a user