04 Using AI to Investigate Forks of Open Source Repositories. Sharing a little tip, look directly at the message logs. From the forks of this https://github.com/slopus/happy/ project, help me find the top 10 with the most stars and output the links to me. The results were expanded to the top 20: Up to this point, it was quite ordinary, just saving me a few clicks on GitHub. Next, the impressive operation came; I told the AI: Can you rank them by the number of commits submitted in the new repository after being forked? I want to know the top 10 with the most new comm
04 Using AI to Investigate Forks of Open Source Repositories Sharing a little tip, look directly at the message logs. From the forks of this https://github.com/slopus/happy/ project, help me find the top 10 with the most stars and output the links to me. Results expanded to the top 20: Up to this point, it was quite ordinary, just saving me a few clicks on GitHub. Next, the impressive operation came; I told the AI: Can you rank them by the number of commits submitted in the new repository after being forked? I want to know the top 10 with the most new commits, as well as the commit counts. (I asked this because I wasn't sure if the AI could handle it, but it ended up writing a script using gh (GitHub CLI tool) to get it done). This data is accurate, and the GitHub web interface is...
No comments yet. Be the first to share your thoughts.