Remix.run Logo
eterm 6 hours ago

What does that do, add already tracked files only?

jdpage 6 hours ago | parent | next [-]

It interactively shows you each change that would be added and lets you decide whether it should be staged or not. Down to the hunk level, so you can partially stage a file if you so choose.

eterm 4 hours ago | parent [-]

Oh, that's neat.

The -p presumably stands for pInteractive with a silent p :)

dxdm 6 minutes ago | parent | next [-]

There's -i for interactive, lets you add, patch and reset (unstage).

oarmstrong an hour ago | parent | prev | next [-]

Ha! It’s actually patch (as in select parts of the patch) though I remember it as partial.

airstrike 3 hours ago | parent | prev [-]

LOL it might stand for "prompt before"

matijs an hour ago | parent | prev [-]

That would be `git add -u/--update`