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

Опубликовано: 24 Май 2024
на канале: Softwiz Solutions and Institute
95
7

Hello Everyone,In this video I am gonna show you , how you can upload your files/folders and Projects on github

Download Git from here :-https://git-scm.com/downloads
My Github Profile :-https://github.com/abdul-hanan79

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