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

Pubblicato il: 12 aprile 2020
sul canale di: 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


In questa pagina del sito puoi guardare il video online Git Tutorial 02 : Adding an existing project to GitHub using the command line della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Hitesh Trivedi 12 aprile 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 457 volte e gli è piaciuto 7 spettatori. Buona visione!