Last active
October 18, 2019 15:20
-
-
Save scripting/397be0cf030bc3709eb73f3deb6f5912 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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