Skip to content

Instantly share code, notes, and snippets.

@scripting
Last active October 18, 2019 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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