• etchinghillside
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    7 months ago

    Remind me what -p does.

    Edit: never mind - I see it mentioned below.

    • PoolloverNathan@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      7 months ago

      Patch add - it shows you particular changes you made, and you choose whether or not to include them in the commit. (You can then use git stash -k to stash only the changes you did not add, so you can test before you commit.)