所以假设我有一个Git存储库 https://github.com/jc/ 我有一个Google Bucket的位置 gs://acme-sales/ .
https://github.com/jc/
gs://acme-sales/
有没有一种方法可以编写一个python程序来更新在github中所做的更改,并在每次运行它时将它们同步到google cloud?
我想我们得用 gitpython 从Github链接读取该文件,但我如何继续将该文件更新到Google Bucket。
gitpython