drugi commit

This commit is contained in:
Mirek Sobczak
2026-08-03 22:48:27 +02:00
parent 53b58363f6
commit 8d3823327a
5 changed files with 7106 additions and 0 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://gitea.sic.pl/ms/nvidia-chatterbox.git
git push -u origin main