harshil
v1.0.18
Published
A command-line tool for managing multiple remote git repositories. Create, switch, delete and list repositories without interfering with each other.
Downloads
21
Readme
Harshil
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 harshil@latest
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
- Harshil Zadafiya - Weetech Solution - Github