Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

grollmus/git-mror

Repository files navigation

Tool is still in development

mror

Mirror your repository to an empty repository without history, included with all branches.

IMPORTANT NOTE

Use git-mror wisely! This is not an good practice to handle your repository.

Table of Content

Usage

$ npm install -g git-mror
$ mror COMMAND
running command...
$ mror (--version)
git-mror/0.0.0 win32-x64 node-v16.13.1
$ mror --help [COMMAND]
USAGE
  $ mror COMMAND
...

Commands

mror it

  $ mror it -s <value> -d <value> [-w <value>]

Flags

Short Long Required Description
-d --destination ✔️ Destination repository
-s --source ✔️ Source repository
-w --workingdirectory ✖️ Custom working directory. Default: System temp folder.

Development

This project is based on oclif from Salesforce

  1. Checkout Repository
  2. Run npm install
  3. Run ./bin/dev --help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published