How to Upload a project on GitHub.

Опубликовано: 12 Ноябрь 2021
на канале: Coding Geeks
16,742
251

In this video we will see how can we upload our project on GitHub.
These are some basic steps and commands that you need to follow:

--------------GitHub commands----------------

step 1) open the folder in your vs code that you want to upload.

step 2) use terminal to run these commands.

git init

git add .

git commit -m "First commit"

git remote add origin path

--here path refers to the address of your GitHub repository.

git push origin master

-- this is to push every single changes to the git repository.

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

Thank you!!!


На этой странице сайта вы можете посмотреть видео онлайн How to Upload a project on GitHub. длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Coding Geeks 12 Ноябрь 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 16,742 раз и оно понравилось 251 зрителям. Приятного просмотра!