From 8a77fc622cc1c6ca50f309c232d83388e0e4dc1a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 1 Apr 2025 09:51:28 +0100 Subject: [PATCH] chore(gitconfig): add gitbutler global settings --- gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gitconfig b/gitconfig index dc2ba67..34d31b5 100644 --- a/gitconfig +++ b/gitconfig @@ -76,3 +76,8 @@ [credential "https://gist.github.com"] helper = helper = !op plugin run -- gh auth git-credential +[gitbutler] + aiModelProvider = anthropic + aiAnthropicKeyOption = bringYourOwn + aiAnthropicModelName = claude-3-7-sonnet-latest + signCommits = true