php-commitizen
php-commitizen copied to clipboard
Change git add . to git add -A
This change should prevent create commits inside a directory that only adds the content of the directory
We can find the information on this https://git-scm.com/docs/git-add#Documentation/git-add.txt--A #8
Replied in the PR you opened :D