“Создайте GitHub Repo с помощью Bash” Ответ

GIT подтолкнуть существующий код в новый репозиторий

git remote add origin <remote repository URL>
Bored Bison

Создайте GitHub Repo с помощью Bash

winpty curl -H 'Authorization: token [GENERATED_TOKEN]' https://api.github.com/user/repos -d '{"name":"[REPO_NAME_YOU_WANT]"}'

# follow steps here to generate token:
https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line

# note : you can add parameters to you command to set a description, switch to private, etc...
Impossible Iguana

Ответы похожие на “Создайте GitHub Repo с помощью Bash”

Вопросы похожие на “Создайте GitHub Repo с помощью Bash”

Больше похожих ответов на “Создайте GitHub Repo с помощью Bash” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования