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.
我正在使用 pygithub 来分析存储库并迭代存储库的所有提交。但是我怎样才能为每个提交提取相应的分支呢?
commits = repo.get_commits() for commit in commits: # print(commit.branch) ... something in this way
非常感谢您的帮助!
塞巴斯蒂安