Encontramos el hallazgo a esta escollo, al menos eso creemos. Si continuas con alguna inquietud puedes escribirlo en el apartado de preguntas, que sin dudarlo te ayudaremos
Ejemplo 1: Cómo subir archivos a un repositorio en github usando gitbash
git init
gitadd.git commit -m "message for the commit"git remote add origin https://url-of-github-repo
git push origin master or git push -f origin master
Ejemplo 2: crea un repositorio de github con 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...
Comentarios y puntuaciones del tutorial
Recuerda comunicar esta división si te valió la pena.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)