Suppose I have the following commit history on my local-only branch:
A -- B -- C
How do I insert a new commit between A
and B
?
Suppose I have the following commit history on my local-only branch:
A -- B -- C
How do I insert a new commit between A
and B
?