|
|
|
|
|
by awolf
2749 days ago
|
|
Rather than `git add -p`, I suggest creating a second clone of your repo, staging your foundational refactor changes in the second repo, creating and merging your commits there, and then rebasing your working branch. This makes sure you can fully test your refractors and that their change sets stand alone. |
|