arshadkazmi42 / flip-remote

:octocat: Flip git remote config from https to ssh and reverse flip it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flip-remote :octocat:

Build NPM Version NPM Downloads Github Repo Size LICENSE Contributors Commit

This cli tool switches the http or https remote url to ssh url and vice versa inside git config.

It loads the git config from .git/config and checks what type of remote url its using (http, https or ssh).

If its using, http or https it will switch it to ssh and if its using ssh it will change it to https.

Give us a ⭐ if you like our work ❤️

Install

$ npm i -g flip-remote

This should be installed globally

Usage

  • Navigate to a root directory of any github repository in you local machine and run the below command
$ flipremote

// Output
// ✔ Github Remote Flipped

Contributing

We are constantly working on improving this library and we need all the help we can get.

You can contribute to this project by giving suggestions, fixing open issues or by implementing a new feature.

Read our contributing guide on getting started with contribution

About

:octocat: Flip git remote config from https to ssh and reverse flip it

License:MIT License


Languages

Language:JavaScript 100.0%