|
|
|
|
|
by aayjaychan
1628 days ago
|
|
if you do this often and want some automation, `git absorb` [1] may be worth a look. it will try to find lines that can be unambiguously attributed to a diff based on when the line and its surrounding lines are last modified, and then generate fix-up commits or amend existing ones. [1]: https://github.com/tummychow/git-absorb |
|