git-up / GitUp

The Git interface you've been missing all your life has finally arrived.
http://gitup.co
GNU General Public License v3.0
11.45k stars 1.24k forks source link

Feature request: Create commit between commits #919

Open jankuca opened 1 year ago

jankuca commented 1 year ago

It would be amazing if I was able to insert a new commit to a place in the history between two existing commits.

To currently achieve that:

a. I either manually rebase -i and insert an x exit 1, make changes, create a new commit and finish the rebase. (But this does not automatically update stacked and related branches the way Gitup does.) b. or modify an existing commit in Gitup (w), split that random change away from the commit (alt+s) and then continue modifying the split off commit.

DanEble commented 6 months ago

I cannot count the number of times I've done (b).