This is a little automation for lazy devs like me.
This will do git add -A && git commit -m "YourMeaningfulCommitMessage" && git push origin YourCurrentBranch.
You will be prompted for the commit message and for the branch name (the default is your current branch).
pip3 install rogitInside your terminal, at the folder of your code, type
rogitAnd it will prompt for the necessary info (mainly the commit message). Or you can use the -m flag
rogit -m "Your meaningful commit message"Made with 💙 from 🇲🇽