18 ms·
Ban `git add .` for sure, but what’s so bad about `git commit -a`? It only adds/removes what was already under version control.
by matijs 12d ago
Ban `git add .` for sure, but what’s so bad about `git commit -a`? It only adds/removes what was already under version control.
- singpolyma3 12d agoMakes it easy to commit things you didn't expect without having reviewed them
- matijs 11d agoAh fair enough, I've got commit.verbose set to true for that.