Guest User

Untitled

a guest
Dec 10th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Dim branches As List(Of String) = New List(Of String) From {branch}
  2. Git.CloneRepository.
  3. SetURI(cloneURL).
  4. SetDirectory(New Sharpen.FilePath(downloadFolder)).
  5. SetBranchesToClone(branches).
  6. SetCredentialsProvider(New UsernamePasswordCredentialsProvider(userID, userPwd)).
  7. SetBranch(branch).
  8. Call()
Add Comment
Please, Sign In to add comment