|
|
|
|
|
by User23
1052 days ago
|
|
I can’t imagine using VC for exploratory programming without rebase or something equivalent. I don’t want to bother writing a meaningful commit message for a change I’m probably going to throw away. I also don’t want to push a history like “WIP, WIP, works now, broke again, WIP” and that’s what it looks like at a first pass when I’m moving quickly. Instead I squash away the garbage and push out a reasonable looking chain of commits with nice descriptions. |
|