|
|
|
|
|
by eric_bullington
3923 days ago
|
|
> plus a GitHub log showing that the authorship attribution hasn't been tampered with Unless Github has some backup logs somewhere, that entire log can be wiped out and replaced with whatever someone wants with a simple `git push -f`. Which is why it's so important to sign commits. You sign your commits, and keep your private key private, and as long as any copy of the repo exists anywhere you can access, you can prove authorship/ownership. Commit signing is also very useful for vouching for code integrity. |
|