-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get file-specific version history #544
Comments
You may want to use version control like git for the versioning history you want. |
I would love to migrate to |
What's wrong with |
It didn't seem to pull in what I saw in |
Well, that file-specific version history impossible to do from the API, only the UI, so I'll mark this as needing the API feature. |
Expected Behavior
I get old versions of the project that were implicitly created via file saving.
Actual Behavior
I get snapshots of the project that were explicitly created via publishing.
Steps to Reproduce the Problem
clasp versions
doesn't show these versions.Specifications
node -v
):v8.11.1
clasp -v
):2.0.1
Fix
There seems to be no way to actually grab old file versions, and
versions
misleadingly suggests this is possible. Could this functionality be added?The text was updated successfully, but these errors were encountered: