We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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:git-access-token@github.com/orgname/reponame.git
Activity