Y
Hacker News
new
|
ask
|
show
|
jobs
by
tterrace
4672 days 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.
2 comments
PommeDeTerre
4672 days ago
Wouldn't your own personal pre-peer-review review have caught that?
link
ars
4672 days ago
Plus you should be checking diffs before committing anything.
link
brokenparser
4672 days ago
It's generally a good idea to use git add -p, even without a sensitive scroll wheel.
link