sag to Programmer [email protected] • 9 months agoMy Git Knowledgelemm.eeimagemessage-square170fedilinkarrow-up11.05Karrow-down121
arrow-up11.03Karrow-down1imageMy Git Knowledgelemm.eesag to Programmer [email protected] • 9 months agomessage-square170fedilink
minus-square@thirteenelink5•edit-29 months agoI use this in my bash profile in case anyone else finds it helpful. Usage is: gao fixing a typo function gao() { git add . git commit -a -m "$*" git push origin `git rev-parse --abbrev-ref HEAD` }
I use this in my bash profile in case anyone else finds it helpful. Usage is:
gao fixing a typo
function gao() { git add . git commit -a -m "$*" git push origin `git rev-parse --abbrev-ref HEAD` }