Skip to content

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

  • Git installed on your system
  • Node installed on your system (we recomment using nvm)

Install ReGit

To install Regit globally, use the following command:

Terminal window
npm install -g regit@npm:regit-cli

Init your repository

Initialize your repository with the following command:

Terminal window
regit init <version>

You’re now ready to use ReGit!