Repository management utility is designed to perform typical operations with multiple repositories. Supported operations are
- Merging branches (upstream\downstream) from pre-defined set.
- Release (merge from "test" branch into "master" branch and set the tag).
- Move tag on a "master" branch to latest commit (including creating of tag)
- Checking difference between 2 branches (pre-defined set)
- Searching for tags, that were not placed at latest commit on "master" branch
To install this utility:
- Download the repository
- Install deps via
npm ci
- Run
npm run make
(for specific platform build see commands) - Install app from
/out
directory
Unfortunately, there is currently no EN-US version of the user manual. But I think the user interface is easy to understand :) If you have any questions, please contact me at the email address listed in my profile.