General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
ThePrimeTime
comments
Comments by "p11" (@porky1118) on "Gitlab DELETING Production Databases | Prime Reacts" video.
13:05 I never do PRs on my own projects. But before I commit I usually do "git add -p" and am likely to look at every line of code. Sometimes I also look at the diff in Gitk. Often I find some lines which I don't want to be committed like debug logs, unimportant changes like variable renames, uncomment of parts of the code, or I find obvious mistakes like just having copied some function (like insert_before to insert_after), but didn't replace all the internal calls (like push_before -> push_after or get(i - 1) -> get(i + 1))
2