[GH-ISSUE #349] Uninstall #126

Closed
opened 2026-03-02 04:12:00 +03:00 by kerem · 1 comment
Owner

Originally created by @rumpl on GitHub (Jan 15, 2026).
Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/349

Originally assigned to: @acunniffe on GitHub.

How do I uninstall git-ai?

Originally created by @rumpl on GitHub (Jan 15, 2026). Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/349 Originally assigned to: @acunniffe on GitHub. How do I uninstall git-ai?
kerem 2026-03-02 04:12:00 +03:00
Author
Owner

@acunniffe commented on GitHub (Jan 15, 2026):

Hey @rumpl - creating a new issue to get a proper uninstall script into one of the next 1-2 releases

  1. Remove the PATH from your shell. It depends on your OS / preferences but it's probably ~./.zshrc or ~./bashrc on unix.
# Added by git-ai installer on Thu Jan 15 12:59:20 UTC 2026
export PATH="~/local/.git-ai/bin:$PATH"

^ delete that and restart your shell

  1. Delete the .git-ai folder (where the binary and symlink lives)
  2. Delete the git-ai hooks for the agents you use. Common tool docs: https://code.claude.com/docs/en/settings https://cursor.com/docs/agent/hooks

But yeah, writing all that down...needs automation. We'll get to it.

<!-- gh-comment-id:3754697797 --> @acunniffe commented on GitHub (Jan 15, 2026): Hey @rumpl - creating a new issue to get a proper uninstall script into one of the next 1-2 releases 1. Remove the PATH from your shell. It depends on your OS / preferences but it's probably `~./.zshrc` or `~./bashrc` on unix. ``` # Added by git-ai installer on Thu Jan 15 12:59:20 UTC 2026 export PATH="~/local/.git-ai/bin:$PATH" ``` ^ delete that and restart your shell 2. Delete the `.git-ai` folder (where the binary and symlink lives) 3. Delete the git-ai hooks for the agents you use. Common tool docs: https://code.claude.com/docs/en/settings https://cursor.com/docs/agent/hooks But yeah, writing all that down...needs automation. We'll get to it.
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-ai#126
No description provided.