Git-test1/README.md
2024-09-09 15:30:33 +02:00

7 lines
178 B
Markdown

git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://gitea.btssio-poitiers.fr/besbota/Git-test1.git
git push -u origin main