cm0002@lemmy.world to Programmer Humor@programming.dev · 29 days agogit workflowlemmy.mlimagemessage-square39linkfedilinkarrow-up1555arrow-down17
arrow-up1548arrow-down1imagegit workflowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 29 days agomessage-square39linkfedilink
minus-squarethirteene@lemmy.worldlinkfedilinkarrow-up3·28 days 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