“Crie repo Github com Bash” Respostas de código

git empurre o código existente para o novo repositório

git remote add origin <remote repository URL>
Bored Bison

Crie repo Github com 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

Respostas semelhantes a “Crie repo Github com Bash”

Perguntas semelhantes a “Crie repo Github com Bash”

Mais respostas relacionadas para “Crie repo Github com Bash” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código