I added a few commits to the end of the branch, but I decided that they would be better off in a separate function branch.
Now I can create a branch and revert the changes to the main branch, but this creates a messy history, and ideally I would like to clear it before pushing to the remote repository.
Is there a better way to go from:
ABCDE
in
ABC \ DE
As if I am forked correctly in C
in the first place?
user113292
source share