It's not possible to alter commits with git. They are immutable. You can only make new commits that are based on existing ones in some way. The distinction is important, because the original commit (such as a commit pre-rebase) still exists after it's been "changed".
knighthack|1 year ago
Zambyte|1 year ago
jcranmer|1 year ago
The original commit will only exist for as long as git deigns not to garbage collect it.
unknown|1 year ago
[deleted]
unknown|1 year ago
[deleted]