The community member is asking if it is possible to publish or sync their Apify web IDE code to a GitHub repository. The comments indicate that there is no direct way to sync the code from the Apify web IDE to GitHub. The recommended approach is to first download the source-code.zip file, unzip it, create an empty GitHub repository, and then push the code to the repository. The community members also mention that the Apify web IDE does not have Git history, so pushing directly to GitHub does not make sense.
Is it possible to publish/sync to a GitHub repo from the Apify web IDE?
So far, I have worked primarily in the IDE and not with the SDK locally.
I want to take an initial version backup to GitHub. I do not yet have a repo, but could make an empty one.
According to the instructions I’ve read, it seems the GitHub sync is more geared toward pulling down changes from GitHub to Apify.
If the only way is to first get a local version of the code and publish it to GitHub, I’m a bit cautious… what should I take… the contents of the source-code.zip export?