Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Simple Git UINew to Visual Studio Code? Get it now.
Simple Git UI

Simple Git UI

Jacob Ives

|
11 installs
| (0) | Free
A simple Git UI for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Open Cursor IDE
  2. Click on the Extensions icon in the sidebar (or press Cmd+Shift+X)
  3. Click on the "..." menu in the top-right of the Extensions panel
  4. Select "Install from VSIX..."
  5. 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

  1. 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
  2. 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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft