How to upload files/folders/projects on github | Upload Project folder on github (Simple Way)

preview_player
Показать описание
Hello Everyone,In this video I am gonna show you , how you can upload your files/folders and Projects on github

Git Commands (first time):
1. git init
2. git add .
3. git commit -m "your custom message"
4. git remote add origin "githubRepoURL"
5. git push origin master

Git Commands ( updating the project)
1. git add .
2. git commit -m "your custom message"
3. git push origin master
Рекомендации по теме