From e32f0305cca9e924e36ee4d70ea8a5e718083138 Mon Sep 17 00:00:00 2001 From: BESBOT Date: Mon, 9 Sep 2024 15:30:33 +0200 Subject: [PATCH] first commit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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