7 ms·
I've accidentally pasted lines with --username --password into source files because of a sensitive scroll wheel... That's pretty embarrassing in code review.
by tterrace 13y ago
I've accidentally pasted lines with --username --password into source files because of a sensitive scroll wheel... That's pretty embarrassing in code review.
- PommeDeTerre 13y agoWouldn't your own personal pre-peer-review review have caught that?
- ars 13y agoPlus you should be checking diffs before committing anything.
- brokenparser 13y agoIt's generally a good idea to use git add -p, even without a sensitive scroll wheel.