Skip to content

Features

Start a feature

Terminal window
regit feature start <feature-name>

Open a feature

Terminal window
regit feature start [feature-name]

If no feature name is provided, you will be prompted to start from an existing feature.

List features

Terminal window
regit feature list

Feature status

Terminal window
regit feature status

Push a feature

Terminal window
regit feature push

This is just a shorthand for pushing the current feature branch to the remote repository.

Remove a feature

Terminal window
regit feature remove <feature-name>