0.0.4 • Published 1 year ago

git-multi-remote v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Git Multi Remote Support

Description

A command-line tool for managing multiple remote git repositories. It provides a simple and easy-to-use interface that allows users to add, switch, delete and list repositories without interfering with each other. It makes it easy for users to work on multiple git remote repos simultaneously, keeping them separate while using the same local code base.

Installing

 $ npm install -g git-multi-remote@latest

Post Installation Setups

Prerequisites

What things you need to install the software and how to install them

  • Node.js
  • Git

Usage

 $ gmr [command]

 # Commands:
     list                   # List all cloned repositories with Repository ids.
     add <GIT PROJECT URL>       # Cloned a new git repository in the current working directory.
     switch <Repository ID>  # Switch to a different remote repository by repository id.
     delete <Repository ID>  # Delete a cloned git repository by repository id.

Authors

  • WeeTech Solution PVT LTD

Stay in touch

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago