I have a spreadsheet in google docs that I\'d want to integrate in a git workflow (and push to github). Are there any tools (or even libraries that are gdoc version aware) that
gdoc is not set up for exporting revision history source.
Google drive does have an API to access all the revisions here. That provides an easy way to download all the revisions. Then you can create a script to add them one by one to git. There are some problems with the revision history see here.