Files
Mirek Sobczak 8d3823327a drugi commit
2026-08-03 22:48:27 +02:00

8 lines
185 B
Bash
Executable File

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