[GH-ISSUE #19] [feature] Local Ollama url override #14

Closed
opened 2026-02-27 19:20:54 +03:00 by kerem · 1 comment
Owner

Originally created by @RyanHope on GitHub (Nov 16, 2025).
Original GitHub issue: https://github.com/f/git-rewrite-commits/issues/19

Need a way to override the ollama url globally (and possibly locally). For example, can't access Ollama api served by the main gui app from within WSL. Also, can't use a remove Ollama server as is.

Originally created by @RyanHope on GitHub (Nov 16, 2025). Original GitHub issue: https://github.com/f/git-rewrite-commits/issues/19 Need a way to override the ollama url globally (and possibly locally). For example, can't access Ollama api served by the main gui app from within WSL. Also, can't use a remove Ollama server as is.
kerem closed this issue 2026-02-27 19:20:54 +03:00
Author
Owner

@f commented on GitHub (Nov 17, 2025):

Fixed with latest version. Now you can just set:

git config hooks.ollamaUrl "http://192.168.1.100:11434"

or globally

git config --global hooks.ollamaUrl "http://192.168.1.100:11434"
<!-- gh-comment-id:3540156538 --> @f commented on GitHub (Nov 17, 2025): Fixed with latest version. Now you can just set: ``` git config hooks.ollamaUrl "http://192.168.1.100:11434" ``` or globally ``` git config --global hooks.ollamaUrl "http://192.168.1.100:11434" ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-rewrite-commits#14
No description provided.