First Commit (enable Actions in the repo)

This commit is contained in:
2023-11-13 13:35:22 +01:00
commit 71d7d75c35

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
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