Stephen Rees-Carter on Nostr: Do you just use `git add .` when committing changes, and if so, when was the last ...
Do you just use `git add .` when committing changes, and if so, when was the last time you accidently committed a `dd()` or API key? 🤣
I recommend using `git add -p` to selectively stage and commit changes - it'll keep those debugging lines out of prod!
https://securinglaravel.com/p/security-tip-selectively-stage-and
I recommend using `git add -p` to selectively stage and commit changes - it'll keep those debugging lines out of prod!
https://securinglaravel.com/p/security-tip-selectively-stage-and