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

Published: 12 April 2020
on channel: 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


On this page of the site you can watch the video online Git Tutorial 02 : Adding an existing project to GitHub using the command line with a duration of hours minute second in good quality, which was uploaded by the user Hitesh Trivedi 12 April 2020, share the link with friends and acquaintances, this video has already been watched 457 times on youtube and it was liked by 7 viewers. Enjoy your viewing!