|
|
|
|
|
by dude187
1706 days ago
|
|
Well, the contents of the commit is a patch plus metadata. They point to a parent commit, and layer themselves in the tree. The problem would be if a clone doesn't fetch the new version of the patch and generates a new commit that would conflict with the modified commit. You're changing the base all the future diffs are based off of. It might just jumble the source essentially corrupt the file, but I'm not sure. |
|