git-switch-protocol 0.0.2
A git helper for easily switching from ssh to https remotes and back.
To use this package, run the following command in your project's root directory:
						Manual usage
						
						Put the following dependency into your project's dependences section:
					
git-switch-protocol
A helper to easily switch a git repositories remotes from ssh to https and
back. Useful for places where ssh is blocked (such as some mermaid
coffee-shops in São Paulo, as of recently)
Usage
$ git-switch-protocol -p https
Switching all remotes to `https`...
  > git remote -v
Switching remote `origin` from `ssh` to `https`...
  > git remote set-url origin https://github.com/yamadapc/pyjamas.git
Remote `bitbucket` is already using `https`. Skipping...
License
This code is licensed under the GPLv3 license. See the LICENSE file for more information.
- 0.0.2 released 11 years ago
- yamadapc/git-switch-protocol
- GPLv3
- Copyright © 2014, Pedro Tacla Yamada
- Authors:
- Dependencies:
- colorize
- Versions:
- 
						
 Show all 4 versions0.0.4 2015-Feb-14 0.0.3 2014-Sep-11 0.0.2 2014-Sep-03 ~master 2016-Feb-02 
- Download Stats:
- 
						- 
								0 downloads today 
- 
								1 downloads this week 
- 
								3 downloads this month 
- 
								241 downloads total 
 
- 
								
- Score:
- 0.3
- Short URL:
- git-switch-protocol.dub.pm