Home
last modified time | relevance | path

Searched refs:remoteUrl (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/scripts/
Dupdate-experimental-branches.js32 const remoteUrl = `https://${process.argv[2]}@github.com/${userName}/TypeScript.git`;
39 ["git", ["remote", "add", "fork", remoteUrl]], // Add the remote fork
Dopen-user-pr.ts15 const remoteUrl = `https://${process.argv[2]}@github.com/${userName}/TypeScript.git`; constant
18 ["git", ["remote", "add", "fork", remoteUrl]], // Add the remote fork
Dopen-cherry-pick-pr.ts13 const remoteUrl = `https://${process.argv[2]}@github.com/${userName}/TypeScript.git`; constant
80 ["git", ["remote", "add", "fork", remoteUrl]], // Add the remote fork
/third_party/node/tools/doc/
Dapilinks.mjs40 const remoteUrl = execSync(`git config remote.${trackingRemote}.url`); constant
41 const repo = (remoteUrl.match(/(\w+\/\w+)\.git\r?\n?$/) ||