Overview
Download public git file to DataJet server
{
  "method": "GitRetrieve",
  "source": "https://raw.githubusercontent.com....data.csv",
  "destination": "%DATAPATH%MyProject/data.csv",
  "project": "MyProject"
}From Core version 4.2.14.1 the key skipExisting has been added. The file will not be downloaded if the destination file already exists
{ "skipExisting" : true}