Git UI for Cursor
A simple Git UI extension for Cursor IDE that helps you manage branches, commits, and pull requests on Bitbucket repositories.
Installation in Cursor
- Open Cursor IDE
- Click on the Extensions icon in the sidebar (or press
Cmd+Shift+X )
- Click on the "..." menu in the top-right of the Extensions panel
- Select "Install from VSIX..."
- Navigate to and select the
.vsix file from this repository
Alternatively, you can install directly from the command line:
code --install-extension git-ui-0.0.1.vsix
Features
- Switch between branches easily
- Create new branches
- Commit changes with optional commit messages
- Create pull requests on Bitbucket
- View and manage active branches
- Refresh branch information
- View open pull requests
- Checkout pull request branches
Usage
Open the Git UI panel by:
- Using the command palette (
Cmd+Shift+P ) and typing "Open Git UI"
- Or clicking the Git UI icon in the activity bar
The panel provides several features:
- View your current branch
- Switch to main branch
- Create new branches
- Commit changes (with optional commit messages)
- Create pull requests on Bitbucket
- View and checkout other branches
- View open pull requests
Requirements
- Git must be installed and configured on your system
- BB CLI must be installed and configured on your system
- A Bitbucket repository must be open in Cursor
- Bitbucket repository must be properly configured with remote origin
| |