Mirror your repository to an empty repository without history, included with all branches.
Use git-mror wisely! This is not an good practice to handle your repository.
$ 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
...
$ mror it -s <value> -d <value> [-w <value>]
Short | Long | Required | Description |
---|---|---|---|
-d | --destination | ✔️ | Destination repository |
-s | --source | ✔️ | Source repository |
-w | --workingdirectory | ✖️ | Custom working directory. Default: System temp folder. |
This project is based on oclif from Salesforce
- Checkout Repository
- Run
npm install
- Run
./bin/dev --help