git-remote-to-ssh
v2.0.0
Published
Convert GitHub origin urls from HTTPS to SSH
Maintainers
Readme
git-remote-to-ssh
Automatically convert GitHub origin URLs to the ssh protocol
Install
npm i -g git-remote-to-sshUsage
This has been aliased as git-ssh.
Usage
$ git-remote-to-ssh <input>
Options
-r, --remote Specify a different remote
Examples
$ git-remote-to-ssh
Remote origin: [email protected]:RichardLitt/git-remote-to-ssh.git
$ git-remote-to-ssh -r test
Remote test: [email protected]:RichardLitt/whatever.gitContribute
Issues and PRs accepted.
License
MIT © Richard Littauer 2017
