Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
eterm
14 days ago
|
parent
|
context
|
favorite
| on:
.gitignore Everything by Default
What does that do, add already tracked files only?
jdpage
14 days ago
|
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
14 days ago
|
parent
|
next
[–]
Oh, that's neat.
The -p presumably stands for pInteractive with a silent p :)
oarmstrong
14 days ago
|
root
|
parent
|
next
[–]
Ha! It’s actually patch (as in select parts of the patch) though I remember it as partial.
dxdm
14 days ago
|
root
|
parent
|
prev
|
next
[–]
There's -i for interactive, lets you add, patch and reset (unstage).
airstrike
14 days ago
|
root
|
parent
|
prev
|
next
[–]
LOL it might stand for "prompt before"
zelphirkalt
14 days ago
|
parent
|
prev
|
next
[–]
Ah, that's what magit does by default.
matijs
14 days ago
|
prev
[–]
That would be `git add -u/--update`
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: