In this video we going to see how to upload project or files to Github Repo with Git Bash.
Command are used as follow as:
1. git init
2. git add . (Command to add all file and folder)
2. git commit -m "message to add"
4. git remote add origin repostoryurl
5. git push origin master
github add files to existing repository,
github create repository and upload files,
github for beginners,
github update repository,git pull,
git remote branch,
git push origin master,
git origin master explained,
git commit,git add remote repository