BetterGit v1.0.1
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/-mflag still exists and takes precedence over heuristics or LLM output, ensuring scripted workflows and aliases continue to behave deterministically. - The rest of the
bg commitflow 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