Syncing Git repo to Google Cloud
问题 So suppose I have a git repository https://github.com/jc/ and I have a location for the google bucket gs://acme-sales/ . Is there a way to write a python program which updates the changes which have been made in github and sync them to google cloud each time we run it? I suppose we have to use gitpython to read the file from github link but how do I just keep updating the files to google bucket. 回答1: If you don't need the sync to be immediate (i.e., w/in seconds), you could set up a cron job