home.social

#addcommitpush — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #addcommitpush, aggregated by home.social.

  1. Add this to your .bashrc

    function lazygit() {
    git add .
    git commit -a -m "$1"
    git push
    }

    Thank me later 🤓

    #bash #bashrc #git #lazygit #addcommitpush