forked from lindner/BorgBackups
Compare commits
No commits in common. "main" and "lxbfYeaa0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z" have entirely different histories.
main
...
lxbfYeaa0'
24
Readme.md
24
Readme.md
|
|
@ -1 +1,23 @@
|
|||
555
|
||||
## Erstelle ein neues Repository von der Kommandozeile aus
|
||||
|
||||
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