Getting Started
ReGit is a command-line interface (CLI) tool designed to simplify and streamline the management of Git branches in your software development workflow. It provides a set of commands to create and manage feature branches, preview branches for pre-releases or staging environments, release branches, and automate tagging.
Example of regit workflow
Prerequisistes
Install ReGit
To install Regit globally, use the following command:
npm install -g regit@npm:regit-cli
Init your repository
Initialize your repository with the following command:
regit init <version>
You’re now ready to use ReGit!