|
|
|
|
|
by lukicdarkoo
1809 days ago
|
|
In my workflow, I typically commit often and use the commits as personal checkpoints. Once a pull request is ready I simply squash the commits and merge. That way, the history in the main branch is clean and I have my checkpoints. I assume that is a typical workflow for many teams. |
|
Instead, do what you want with personal checkpoints, but refactor them into logical steps before publishing and merging (with a real merge) them.