[axm.hooks]
git:commit-phase = axm_git.hooks.commit_phase:CommitPhaseHook
git:create-branch = axm_git.hooks.create_branch:CreateBranchHook
git:merge-squash = axm_git.hooks.merge_squash:MergeSquashHook

[axm.tools]
git_branch = axm_git.tools.branch:GitBranchTool
git_commit = axm_git.tools.commit:GitCommitTool
git_preflight = axm_git.tools.commit_preflight:GitPreflightTool
git_push = axm_git.tools.push:GitPushTool
git_tag = axm_git.tools.tag:GitTagTool
