• thirteene@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    5 days ago

    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