Created
August 3, 2026 15:27
-
-
Save GeroZayas/5a645503692300d112d91c48778db969 to your computer and use it in GitHub Desktop.
make command for easy git add and commit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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