logoalt Hacker News

matijsyesterday at 7:55 PM1 replyview on HN

Ban `git add .` for sure, but what’s so bad about `git commit -a`? It only adds/removes what was already under version control.


Replies

singpolyma3today at 1:56 AM

Makes it easy to commit things you didn't expect without having reviewed them

show 1 reply