Files
Cheat-1.21.11/git.txt
2026-04-24 14:54:59 +06:00

6 lines
164 B
Plaintext

git init
git checkout -b main
git add *
git commit -m "Initial commit"
git remote add origin https://git.nevetime.ru/Arkon/Cheat-1.21.11.git
git push -u origin main