← Back to context Comment by eterm 21 hours ago What does that do, add already tracked files only? 7 comments eterm Reply jdpage 21 hours ago 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 19 hours ago Oh, that's neat.The -p presumably stands for pInteractive with a silent p :) oarmstrong 17 hours ago Ha! It’s actually patch (as in select parts of the patch) though I remember it as partial. dxdm 15 hours ago There's -i for interactive, lets you add, patch and reset (unstage). airstrike 19 hours ago LOL it might stand for "prompt before" zelphirkalt 15 hours ago Ah, that's what magit does by default. matijs 16 hours ago That would be `git add -u/--update`
jdpage 21 hours ago 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 19 hours ago Oh, that's neat.The -p presumably stands for pInteractive with a silent p :) oarmstrong 17 hours ago Ha! It’s actually patch (as in select parts of the patch) though I remember it as partial. dxdm 15 hours ago There's -i for interactive, lets you add, patch and reset (unstage). airstrike 19 hours ago LOL it might stand for "prompt before" zelphirkalt 15 hours ago Ah, that's what magit does by default.
eterm 19 hours ago Oh, that's neat.The -p presumably stands for pInteractive with a silent p :) oarmstrong 17 hours ago Ha! It’s actually patch (as in select parts of the patch) though I remember it as partial. dxdm 15 hours ago There's -i for interactive, lets you add, patch and reset (unstage). airstrike 19 hours ago LOL it might stand for "prompt before"
oarmstrong 17 hours ago Ha! It’s actually patch (as in select parts of the patch) though I remember it as partial.
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.
Oh, that's neat.
The -p presumably stands for pInteractive with a silent p :)
Ha! It’s actually patch (as in select parts of the patch) though I remember it as partial.
There's -i for interactive, lets you add, patch and reset (unstage).
LOL it might stand for "prompt before"
Ah, that's what magit does by default.
That would be `git add -u/--update`