简体   繁体   English

怎么看我的git repo分叉的时候?

[英]How to see when my git repo was forked?

I recently noticed that one of my github repos has been forked. 我最近注意到我的一个github repos已经分叉了。 I can see the user who forked it under the 'Members' tab, but the graph shown under the 'Network' tab is completely linear, with no indication of the fork shown. 我可以看到在“成员”选项卡下分叉的用户,但“网络”选项卡下显示的图表是完全线性的,没有显示分叉的指示。 Is there any way to determine on which date this repo was forked? 有没有办法确定这个回购分叉的日期?

Try using github API (developer.github.com/v3/repos/forks/#list-forks) 尝试使用github API(developer.github.com/v3/repos/forks/#list-forks)

there's a "created_at" field, it can be what you are looking for 有一个“created_at”字段,它可以是你正在寻找的

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM