Skip to content

BetterGit v1.0.1

Choose a tag to compare

@xAikq xAikq released this 28 Sep 19:57

This patch focuses on giving manual control over commit messages while keeping the fast, automated defaults.

  • bg commit "your message" now works as expected: the positional argument is treated as the full commit text, so you can bypass the LLM/helper entirely when you already know what to say.
  • The --message/-m flag still exists and takes precedence over heuristics or LLM output, ensuring scripted workflows and aliases continue to behave deterministically.
  • The rest of the bg commit flow is unchanged—automatic message generation falls back to the previous heuristics/LLM pipeline whenever you omit both the positional argument and the flag.

Upgrade

pip install --upgrade git+https://github.com/xAikq/bettergit.git@v1.0.1