Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以让我使用 Grit 通过 id 获取 blob?我知道我可以这样做:
@repo.tree/"myfile.txt"
但是有什么方法可以通过它的 id 从树中获取一个 blob 吗?
编辑:
解决方案是这样的: https ://github.com/mojombo/grit/issues/#issue/12