how to git add and push to a file in a git respitory from command line code example
Example: git commit and push command
git: git add . git commit -m "$m" git push -u origin master
git: git add . git commit -m "$m" git push -u origin master