This commit is contained in:
2023-11-19 15:48:03 +01:00
parent 9e3c20e751
commit 33995326a8
4 changed files with 28 additions and 23 deletions

View File

@@ -1,13 +1 @@
Création d'un nouveau dépôt en ligne de commande
touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin ssh://git@gitea.jingoh.fr:443/staffadmin/gitea-runner.git
git push -u origin main
Soumission d'un dépôt existant par ligne de commande
git remote add origin ssh://git@gitea.jingoh.fr:443/staffadmin/gitea-runner.git
git push -u origin main
# Docker debian runner (node and docker)