Hello friends,
In this video, you will see how to add projects from localhost to GitHub in mac os system. It is pretty simple just follow simple steps.
Note: Keep in mind your GitHub directory name and localhost host directory name must be same.
Commands :
git add .
git commit -m 'initial'
git remote add origin
git push origin master
Thanks