Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: simplify commit instruction (#346)
prefer `git commit` without `-m` as it forces you to think about the commit message. `git add .` is also a bit dangerous since you can accidentally add files you did not mean to add. `git commit -a` rather only adds changes tracked files.
- Loading branch information