Expand description
Git workflow styles — named rule bundles for git permissiveness.
Styles are predefined sets of config rules that control how permissive
rippy is with git operations. They are expanded into ConfigDirectives
during config loading, slotting between stdlib and user rules.
Enums§
- GitStyle
- A named git workflow style.
Functions§
- expand_
git_ config - Expand a
[git]config section into directives.