diff --git a/README.md b/README.md index e69de29..590ef0a 100644 --- a/README.md +++ b/README.md @@ -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