Skip to content

Instantly share code, notes, and snippets.

@GeroZayas
Created August 3, 2026 15:27
Show Gist options
  • Select an option

  • Save GeroZayas/5a645503692300d112d91c48778db969 to your computer and use it in GitHub Desktop.

Select an option

Save GeroZayas/5a645503692300d112d91c48778db969 to your computer and use it in GitHub Desktop.
make command for easy git add and commit
git:
git add -A && \
printf "message: "; \
read MESSAGE; \
git commit -m "$$MESSAGE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment