1

I am really fresh to using GEE. I want to know if there was a way to backup any file to GitHub.

For example, I have a file called 'TestFile' and its contents are just:

print('Test')

Is there any way to export this to GitHub in GEE without having to save to my local drive?

1 Answer 1

1

Your script files in the Earth Engine Code Editor are stored in Git repositories hosted at https://earthengine.googlesource.com/. I'm not aware of a way to copy those to GitHub without first git cloneing them to a machine of yours, but at least you can do that to back up all the scripts and history at once and repeatedly — you don't have to copy individual script texts.

2
  • What if I just wanted to download the scripts to my machine? Commented Feb 16, 2022 at 20:03
  • @BigDawg007 Then you can install git and use git clone https://earthengine.googlesource.com/users/<your user name>/default to download a complete copy of your script repository. Commented Feb 16, 2022 at 21:47

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.