Skip to content

Instantly share code, notes, and snippets.

Things I learned that made my mind explode :

2024-04

  • git add -p

    Holy shit, you can select chunks of code to stage and not just a full file.

    That's amazing, you don't have to fixup a full file modification but just some chunks of it