Skip to content

Instantly share code, notes, and snippets.

@scripting
Last active October 18, 2019 15:20
Show Gist options
  • Save scripting/397be0cf030bc3709eb73f3deb6f5912 to your computer and use it in GitHub Desktop.
Save scripting/397be0cf030bc3709eb73f3deb6f5912 to your computer and use it in GitHub Desktop.
const urlRepo = "https://github.com/scripting/test2";
const localFolderPath = "myAppFolder/";
git.clone (urlRepo, localFolderPath, function (err) {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment