#addcommitpush — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #addcommitpush, aggregated by home.social.
-
Add this to your .bashrc
function lazygit() {
git add .
git commit -a -m "$1"
git push
}Thank me later 🤓