|
|
|
|
|
by 0x0
3938 days ago
|
|
"git add -p" can be fun, but it's a little scary because it's super easy to end up making commits that don't actually stand on their own. Super simple to miss an import here or a new field there. If you do a whole series of them, it might actually be worse for others to come back to (or bisect in) if they don't realize the original developer never actually compiled and tested each commit as-is. |
|
For the most part though, I just try to avoid having so many hunks to step through that this is even an issue.