Expand description
Automatic git operations triggered by Joy file writes. All operations are best-effort: failures print a warning but never abort the Joy command.
Functionsยง
- auto_
git_ add - Stage the given paths if auto-git >= Add. Paths are relative to the project root. Errors are printed as warnings and swallowed.
- auto_
git_ level - Read the configured auto-git level.
- auto_
git_ post_ command - After a mutating command completes, commit and optionally push if auto-git >= Commit.