frandroid: (sherlock)
2023-10-27 02:10 am

Selective commits

I just realized that when I'm revising my code and committing it, since I can do line-by-line staging (I'm currently using Fork to manage my commits), I could just stage my code while keeping my console.logs behind, instead of removing my console.logs altogether. Then I can stash my console.logs, in case I need to bring them back in after code review requires me to make changes I need to keep an eye on closely...

I've only been working at this for years and years!