First Commit (enable Actions in the repo)
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal 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
|
||||||
Reference in New Issue
Block a user