commiting to github code example
Example 1: git commit and push command
git: git add . git commit -m "$m" git push -u origin master
Example 2: how to commit changes in git command
git commit -a
Example 3: github commit
git commit -m "Your Messege Here"