Authentication
Autogit uses GitHub CLI for authentication.
# Install GitHub CLIbrew install gh
# Sign in to GitHubgh auth loginThat’s it. Autogit will automatically authenticate when you run it.
If authentication fails, ensure your token has the user:email scope:
gh auth refresh -s user:email