|
|
|
|
|
by jacobegold
998 days ago
|
|
GitHub actually stores all the data necessary to do this without changing your ref model as the article suggests — even if you force push, it never garbage collects the commits that the branch used to point to. I work on a tool that includes a UI for diffing versions of a GitHub PR, but you can totally get the same thing via messing with GitHub.com URLs. |
|
https://graphite.dev/docs/pull-request-versions
If people are interested, probably a thing we could do a technical blog post on.