first commit 04/09/2024

This commit is contained in:
2024-09-04 23:23:55 +01:00
commit 182420e7c7
43 changed files with 5552 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://git.theonasanyas.com/agboola/InterfaceBackup.git
git push -u origin main
git remote add origin https://git.theonasanyas.com/agboola/InterfaceBackup.git
git push -u origin main