Create or merge feature branches. Feature branches obey the format feature/name. More information: https://manned.org/git-feature.
git feature {{feature_branch}}
git feature finish {{feature_branch}}
git feature finish --squash {{feature_branch}}
git feature {{feature_branch}} {{[-r|--remote]}} {{remote_name}}