6 lines
164 B
Plaintext
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 |