github - 如何找到已删除的要点或 GitHub 存储库的孤立分支

标签 github git-fork gist

因为 Twitter 算法很 Weird™️,this super old tweet最近浏览我的提要,我决定尝试一下 the gist it links to

不幸的是,自该推文发送后 5 年来的某个时候,该推文的要点要么被删除,要么被设为私有(private)1。幸运的是,我在the Wayback Machine上找到了要点。 。问题解决了!对吗?

我可以将文件复制粘贴到我自己的要点中以供后代使用,但我注意到截至 Wayback 快照有 25 个 fork 。根据this documentation看起来好像...

...one of the existing public forks [should have been] chosen to be the new parent repository.

...假设 Gists 与普通存储库具有相同的行为。遗憾的是,Wayback 没有缓存这些 fork 所属者的列表。如果我想遵循该要点及其分支,我如何找到它们?


1:fwiw - 看起来原作者最近删除了他们的 GitHub 帐户

最佳答案

我可以通过访问gist.github.com找到 fork 。并从搜索框中的回程链接复制字符串 (seeyouspacecowboy.sh)。

此搜索为我提供了 2 search results ,其中一张显示“25 个 fork ”。点击that gist让我可以看到所有25 forks要点。

关于github - 如何找到已删除的要点或 GitHub 存储库的孤立分支,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56985014/

相关文章:

git - 我是否需要多次 fork 存储库以发出多个 pull 请求?

Github:删除 fork 后 fork

github - 将 Gist fork 到 GitHub 上的存储库

javascript - 从 Gist 调用函数

git - 重组 git repo

Github 页面构建错误 : The jekyll-theme-hydejack theme could not be found

git - 如何为 pull 请求设置默认 fork ?

github - 为什么github在我的提交中无法识别我的用户名?

github - 尝试合并分支时执行 Github Action

git - 我可以通过 Gist 共享整个 Git 项目吗?