code-dot-org
Зеркало из https://github.com/code-dot-org/code-dot-org
Создать новый репозиторий из командной строки
touch README.mdgit initgit add .git commit -m "first_commit"git branch -M maingit remote add origin https://gitverse.ru/githubmirror/code-dot-org.gitgit push -u origin main
Отправка существующего репозитория из командной строки
git remote add origin https://gitverse.ru/githubmirror/code-dot-org.gitgit branch -M maingit push -u origin main