How to Clone a GitHub repository. How to perform pull operation on GitHub repository using VS code.

Published: 25 November 2021
on channel: Coding Geeks
190
13

In this video we will see how to use pull command and how can we clone a GitHub repository.

These are some basic steps and commands that you need to follow:

Step 1) Create a folder for storing the project files.

--------------GitHub commands----------------
-- git init

-- git pull "GitHub repository address" master

Step 2) Add some files or perform some changes in the local folder. Then,

-- git status

-- git add .

-- git commit -m "adding readme file"

-- git remote add origin "GitHub repository address"

-- git push origin master

Step 3) Done. Go to the GitHub repository to see the changes.

Please like and comment ...👍🔥🔥🎁🎁

Thank you!!!


On this page of the site you can watch the video online How to Clone a GitHub repository. How to perform pull operation on GitHub repository using VS code. with a duration of hours minute second in good quality, which was uploaded by the user Coding Geeks 25 November 2021, share the link with friends and acquaintances, this video has already been watched 190 times on youtube and it was liked by 13 viewers. Enjoy your viewing!