git-remote-upstream-url
Get the remote upstream url of a git repository
Based entirely on Sindre Sorhus' git-remote-origin-url.
Install
$ npm install --save git-remote-upstream-url
Usage
const gitRemoteUpstreamUrl = ; ;
gitRemoteupstreamUrl([cwd])
cwd
Type: string
Default: process.cwd()
Working directory.
License
MIT © Richard Littauer