When you want to commit and push at all once:
git add -A && git commit -m "your message here" && git push
When you want to commit and push at all once:
git add -A && git commit -m "your message here" && git push