Simple question that's been bugging me for months.
Occasionally I'll dive into the vendors directory to fix a bug (especially for our internal libs). After migrating and deploying the fix back to the source package, I'll composer update company/package in the main project and am asked:
Discard changes [y,n,v,d,s,?]
I have a decent grasp on y and n but haven't been able to find documentation about what v, d, s, ? do? I always hit y but maybe I'm missing out on something useful.
Edits:
- added
doption (oct '17)