Tony Boggis
Results
1
issues of
Tony Boggis
``` using var repo = new Repository(repoPath); var remote = repo.Network.Remotes["origin"]?.Url; ``` Remote will contain both the user & the token used in cloning. `https://git-user:[email protected]/orgname/reponame.git`