|
|
|
|
|
by Feathercrown
603 days ago
|
|
Something I've always wanted is a simple way to rearrange local commits between different branches (or reorder them) by clicking and dragging. I know there are CLI tools out there to do it, but I haven't explored the options yet. I think that's much more intuitive than doing the same actions using the CLI, although that's mostly because using the CLI forces you to know the Git internals by heart, which is probably a good thing in the long run. |
|
Can do it with a couple keys, 4 (commits tab), then ctl+j/k depending on where you want the commit to be.