top | item 40486701

(no title)

lacedeconstruct | 1 year ago

Life is simple until we play with time, once you start altering the past everything falls apart

discuss

order

knighthack|1 year ago

This... seems a bit deeper than a comment about just Git.

Zambyte|1 year ago

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".

jcranmer|1 year ago

> The distinction is important, because the original commit (such as a commit pre-rebase) still exists after it's been "changed".

The original commit will only exist for as long as git deigns not to garbage collect it.