@[email protected] to Programmer [email protected] • 3 months agogit workflowlemmy.mlimagemessage-square39fedilinkarrow-up1546cross-posted to: [email protected]
arrow-up1546imagegit workflowlemmy.ml@[email protected] to Programmer [email protected] • 3 months agomessage-square39fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink3•3 months agoI set this up for seamless commits: function gao() { git add . git commit -a -m "$*" git push origin `git rev-parse --abbrev-ref HEAD` } Usage: gao fixing a typo
I set this up for seamless commits:
Usage: gao fixing a typo