Runs the same git command in two repositories. Useful when working for example with a server repo and a client repo.
$ npm install -g tangit
$ npm install -g tangit
$ tangit COMMAND
running command...
$ tangit (-v|--version|version)
tangit/1.0.7 darwin-x64 node-v11.6.0
$ tangit --help [COMMAND]
USAGE
$ tangit COMMAND
...
Checkout branch in both repositories
USAGE
$ tangit checkout [BRANCH]
OPTIONS
-b, --branch=branch Which branch to checkout. If branch does not exist, it will fallback to "master".
See code: src/commands/checkout.js
display help for tangit
USAGE
$ tangit help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
USAGE
$ tangit pull
See code: src/commands/pull.js
Check branch in both repositories
USAGE
$ tangit status
See code: src/commands/status.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.