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
- Host: GitHub
- URL: https://github.com/capaj/git-remote-sshify
- Owner: capaj
- Created: 2024-07-31T11:14:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-03T23:13:43.000Z (about 1 year ago)
- Last Synced: 2025-02-01T18:45:20.476Z (12 months ago)
- Topics: github, https, ssh
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.