Git Tutorial 02 : Adding an existing project to GitHub using the command line

Publicado el: 12 abril 2020
en el canal de: Hitesh Trivedi
457
7

Create repository from the terminal
Add exiting project data to repository
Initialise the repository using git init command
Add files : git add .
Commit code : git commit -am "commit name"
Add remote : git remote add origin "URL OF REPO"
push branch to master : git push -u origin master


En esta página del sitio puede ver el video en línea Git Tutorial 02 : Adding an existing project to GitHub using the command line de Duración hora minuto segunda en buena calidad , que subió el usuario Hitesh Trivedi 12 abril 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 457 veces y le gustó 7 a los espectadores. Disfruta viendo!