top | item 43057143

(no title)

glitchdout | 1 year ago

That is, until DOGE decides to rewrite (git) history.

discuss

order

dataviz1000|1 year ago

> rewrite (git) history

Is that possible? Every commit id includes the hash of the parent commit forming a chain.

pfg_|1 year ago

Yes, you modify the history uodating every commit after the changed one and then force push. Git has built in ommands to help. Anyone who has the repository cloned can tell if that happened because all the hashes will be different.