Manage your Git repositories from anywhere on your Mac.





Detect links based on markers in commit messages and the most common web page shortcuts of the remote host, such as:
#issue
π‘ You can also set up custom rules to parse information from commit messages based on regex patterns and create links to specific issue trackers.
Run command Configure URL Trackers to list all your URL tracker rules.
![]()
Run Add New Rule to add a new URL tracker rule and fill in the fields.
![]()
Regex should include a capture group for the issue numberURL Template should contain the @key placeholder where the regex match should be insertedOpen the Commits tab and run the Attached Links action to open a submenu with issue links found in commit messages.
{width="50%"}
Profit π
Generate commit messages using AI based on the diff content of the staged changes.

π‘ You can also set up custom AI prompts with multiple presets for different styles of commit messages.
Run the Manage AI Message Prompts command to list all existing AI prompt presets.

Create (β + N) or duplicate (β + D) an existing preset and edit it to your needs.

Run Generate Commit Message (or β + Shift + G) and pick your preset from the submenu.

Profit π

Use β + N to quickly navigate between tabs (aka dropdown items) of the extension.
β + 1 to go to Statusβ + 2 to go to Commitsβ + 3 to go to Branchesβ + 4 to go to Tagsβ + 5 to go to Remotesβ + 6 to go to Stashesβ + 0 to go to FilesYou can create a Quicklink to open a specific repository without needing to select it in the Manage Git Repositories list.
Manage Git Repositories to list all your repositories.Create Quicklink (or β + L) on the repository list item.Which environment variables are used when performing Git commands?
The extension loads:
SSH_AUTH_SOCK from launchctl to access the system SSH agent with already set up SSH keys.