Создать новый репозиторий из командной строки

touch README.mdgit initgit add .git commit -m "first_commit"git branch -M mastergit remote add origin https://gitverse.ru/n1koof/IT-Planet_Gamedev_The_Best_of_the_Best.gitgit push -u origin master

Отправка существующего репозитория из командной строки

git remote add origin https://gitverse.ru/n1koof/IT-Planet_Gamedev_The_Best_of_the_Best.gitgit branch -M mastergit push -u origin master