top | item 43057143 (no title) glitchdout | 1 year ago That is, until DOGE decides to rewrite (git) history. discuss order hn newest dataviz1000|1 year ago > rewrite (git) historyIs 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. load replies (1)
dataviz1000|1 year ago > rewrite (git) historyIs 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. load replies (1)
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. load replies (1)
dataviz1000|1 year ago
Is that possible? Every commit id includes the hash of the parent commit forming a chain.
pfg_|1 year ago