function gg() {
git add -u && git commit -m "$@" && git push
}
Since 99% of my commits for my research code involve those steps. YMMV
function gg() {
git add -u && git commit -m "$@" && git push
}
Since 99% of my commits for my research code involve those steps. YMMV