front-end-tooling-recipes icon indicating copy to clipboard operation
front-end-tooling-recipes copied to clipboard

Fix commit command.

Open mkcor opened this issue 6 years ago • 0 comments

Summary

Proposed changes:

  • Remove misleading -a flag in git commit command, since we just added a specific file to the staging area with git 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.

mkcor avatar Apr 18 '18 16:04 mkcor