Skip to content

Instantly share code, notes, and snippets.

@codefromhezad
Last active April 5, 2024 19:56
Show Gist options
  • Save codefromhezad/a1c6ad5da17a98146739bb0d38e2e337 to your computer and use it in GitHub Desktop.
Save codefromhezad/a1c6ad5da17a98146739bb0d38e2e337 to your computer and use it in GitHub Desktop.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment