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