first commit

This commit is contained in:
BESBOT 2024-09-09 15:30:33 +02:00
parent daf1d5892c
commit e32f0305cc

View File

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