how to upload files to GitHub (Easiest way) 2021

Published: 05 June 2021
on channel: Techmandu
41
0

how to upload files to GitHub (Easiest way) 2021
This video guides to upload of folders and project files to Github.

Git Download link:
https://git-scm.com/downloads

These are the command in serial.
1) git init
2) git remote add origin (link)
3) git remote -v
4) git add .
here "." is used to upload all files at once. You can use the file name instead of the dot.

5) git commit -m "first commit"
If you are asked to enter your identity then use these commands:
=)git config --global user.email "enter your Github email id"
=)git config --global user. name "enter a Github user name"
then again type step 5.

6) git push -u origin master

Host your website on Github for free:
   • How to host website on Github  

#coding #save #learning #programming #coding #Github #Build #development


Watch video how to upload files to GitHub (Easiest way) 2021 online without registration, duration hours minute second in high quality. This video was added by user Techmandu 05 June 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 41 once and liked it 0 people.