cm0002@lemmy.world to Programmer Humor@programming.dev · 6 months agogit workflowlemmy.mlimagemessage-square38fedilinkarrow-up1487arrow-down16
arrow-up1481arrow-down1imagegit workflowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 6 months agomessage-square38fedilink
minus-squarethirteene@lemmy.worldlinkfedilinkarrow-up1·6 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:
function gao() { git add . git commit -a -m "$*" git push origin `git rev-parse --abbrev-ref HEAD` }
Usage: gao fixing a typo