Skip to main content

Module git_ops

Module git_ops 

Source
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.