An open API service indexing awesome lists of open source software.

https://github.com/capaj/git-remote-sshify

a tiny CLI utility for switching remotes to ssh ones in a single command
https://github.com/capaj/git-remote-sshify

github https ssh

Last synced: 10 months ago
JSON representation

a tiny CLI utility for switching remotes to ssh ones in a single command

Awesome Lists containing this project

README

          

# git-remote-sshify

Converts git remote urls to ssh urls with a single command

```bash
bunx git-remote-sshify
npx git-remote-sshify
```

I had to create this because vscode always creates https remotes by default and I always have to change them manually.