|
|
|
|
|
by masklinn
629 days ago
|
|
Your alias seems like a completely unecessary complexity. If you want to meld new changes into your branch head you can just alias “git commit --amend”, you don’t need that mess. Absorb will find the commits to fix up for each change in the working copy, it doesn’t just merge everything into the head. |
|
I read the rough how it works and it now makes sense. I might give it a try. Thanks!