How to upload a project to Github from localhost | mac os | How do I push a folder to GitHub?

Опубликовано: 26 Май 2019
на канале: Kamlesh Jangir
27,660
160

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