|
|
|
|
|
by doix
811 days ago
|
|
You don't need to reset the branch. Using rebase -i, you can squash all your WIP commits that way. You can also use it to split and individually pick changes if you want to clean up your commits. You can automatically fix up commits after review commits using git absorb [1]. [1] https://github.com/tummychow/git-absorb |
|