Features
Start a feature
regit feature start <feature-name>
Open a feature
regit feature start [feature-name]
If no feature name is provided, you will be prompted to start from an existing feature.
List features
regit feature list
Feature status
regit feature status
Push a feature
regit feature push
This is just a shorthand for pushing the current feature branch to the remote repository.
Remove a feature
regit feature remove <feature-name>