Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.98 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.98 KB

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