Right-click on file or folder which you want to
commit and then perform all command in Git Bash (Download GitBash:https://git-scm.com/downloads) command screen given
below.
Commands :
- git add .
- git commit -m "Comment information"
- git push origin master
Final Result