“Primer cometer GitHub” Código de respuesta

Agregar repositorio de Github

create a new repository on the command line
echo "# {Repo Name}" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/cdcdianne/ReactJS-TheMovieDB.git
git push -u origin main
                
push an existing repository from the command line
git remote add origin https://github.com/cdcdianne/ReactJS-TheMovieDB.git
git branch -M main
git push -u origin main
Dayanaohhnana

Primer cometer GitHub

git commit -m "This is where it all begins.."
Marwen Labidi

Git Github First Commit

git commit -m 'mi primer commit'

If it does not work, use:

git commit -m "mi primer commit"
Iguana Itachi

Respuestas similares a “Primer cometer GitHub”

Preguntas similares a “Primer cometer GitHub”

Más respuestas relacionadas con “Primer cometer GitHub” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código