Git-test1/README.md

7 lines
178 B
Markdown
Raw Normal View History

2024-09-09 15:30:33 +02:00
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