git-send 0.1.6

Commit and push changes with a single command
# Example configuration file for git-send
# Copy this file to .git-send.toml in your repository root

# Default commit message when none is provided
# default_message = "chore: automated update"

# Automatically stash uncommitted changes before pull
# auto_stash = true

# Skip pre-push hooks (tests, validation)
# skip_hooks = false

# Custom test commands (planned feature)
# [[test_commands]]
# command = "cargo"
# args = ["test", "--all"]

# [[test_commands]]
# command = "npm"
# args = ["run", "lint"]