标签: git object blob
如何使用GitHub API提取已推送到特定存储库的Blob的信息
Blob
我可以看到已创建了该blob,但是在执行git pull时找不到该blob,因为它没有创建新的提交,因此它显示为Already up to date.。
git pull
Already up to date.
如果我通过API提供的链接访问它,它确实存在,但是如何在常规shell中使用git命令获得它呢?
谢谢