front-end-tooling-recipes
front-end-tooling-recipes copied to clipboard
Fix commit command.
Summary
Proposed changes:
- Remove misleading
-a
flag ingit commit
command, since we just added a specific file to the staging area withgit add
(my personal anecdotal reference: https://gist.github.com/mkcor/5733a25575bf0ca61d4947d9837bb43f).
Checklist
- [x] The changes only affect or contain one recipe.
- [x] The changes are according to contribution guidelines.
- [x] The changes can be merged into the target branch without conflicts.