commit 71d7d75c35b5495f9ba20a1a30bbf4650ec7590b Author: staffadmin Date: Mon Nov 13 13:35:22 2023 +0100 First Commit (enable Actions in the repo) diff --git a/README.md b/README.md new file mode 100644 index 0000000..2098798 --- /dev/null +++ b/README.md @@ -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