add-remote
v0.0.4
Published
A small utility for adding a public remote to git
Readme
Add Remote
$ npx add-remote This script will take the git repository url from your package.json file and will add it as a remote and then fetch that remote. The remote name defaults to upstream
$ npx add-remote public Creates a remote with a different name. In this case public
Options
| Argument | Alias | Type | Description | |-|-|-|-| | remoteName | | string | The name of the remote to add. Defaults to 'upstream' | | gitLocation | g | string | The location of the git executable | | help | h | boolean | Show help information |
Markdown Generated by ts-command-line-args
