如何使用Pygithub API

时间:2019-04-16 06:43:17

标签: github pull pygithub

我不熟悉Pygithub API,已经执行了“克隆”操作,但是我不知道如何“拉”来更新已经克隆的存储库。

我有来自github的“克隆”存储库

client = Github(base_url=f'https://{hostname}/api/v3', login_or_token=token)
repos = client.get_organization(organization).get_repos()

for repo in repos:
   Repo.clone_from(remote, local)

0 个答案:

没有答案