Searched refs:remoteUrl (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/scripts/ |
D | update-experimental-branches.js | 32 const remoteUrl = `https://${process.argv[2]}@github.com/${userName}/TypeScript.git`; 39 ["git", ["remote", "add", "fork", remoteUrl]], // Add the remote fork
|
D | open-user-pr.ts | 15 const remoteUrl = `https://${process.argv[2]}@github.com/${userName}/TypeScript.git`; constant 18 ["git", ["remote", "add", "fork", remoteUrl]], // Add the remote fork
|
D | open-cherry-pick-pr.ts | 13 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/ |
D | apilinks.mjs | 40 const remoteUrl = execSync(`git config remote.${trackingRemote}.url`); constant 41 const repo = (remoteUrl.match(/(\w+\/\w+)\.git\r?\n?$/) ||
|