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 listFeature status
regit feature statusPush a feature
regit feature pushThis is just a shorthand for pushing the current feature branch to the remote repository.
Remove a feature
regit feature remove <feature-name>