Mueez Khan
Mueez Khan
Mueez Khan
ch)git commit at once.git commit at oncefeat, fix, docs, etc.)--add or -a runs git add -A before git commit--push or -p runs git push after git commit--message <message> or -m <message> runs git commit -m <message> instead of the interactive prompt--debug or -d shows the output of the commands being run--dry-run shows the commands that would be run without actually running them
--debug or -d are also passedcargo install --git https://github.com/rzmk/commit-helperch in your terminal to start the interactive prompt.
For example, running ch -apm "feat: new feature" will run:
git add -Agit commit -m "feat: new feature"git pushSubmit a comment about this post that may be shared.
Receive updates during my career.
Technical writing on work experiences, projects, and tools you may find useful.