|
|
|
|
|
by soyiuz
4017 days ago
|
|
I agree with mkeash's comment. Isn't this also the whole point of the staging area? "Stage multiple fixes into a single coherent commit," is the underlying model. Instead, in the above example there are many granular commits, with rebasing used to then clump them into a logical grouping. This would indicate to me that you are committing too often or not using the staging area properly. |
|
Is there a way to do this with the staging area? o.O