Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>Git StudioNew to Visual Studio Code? Get it now.
Git Studio

Git Studio

AuraBox

|
32 installs
| (0) | Free
Visual Git client for VS Code with an interactive commit graph, branch explorer, shelve workflow, commit details, and file change views.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git Studio

Git Studio is a visual Git client for VS Code and Cursor that brings commit history, branching, and repository actions into a dedicated UI inside the editor.

Publisher: AuraBox · License: MIT


What you can do with Git Studio

  • Stage, commit, amend, shelve, and push changes
  • Explore history with an interactive commit graph
  • Filter commits by branch, author, date, or search text
  • Review commit details and changed files in a side panel
  • Manage branches, merges, rebases, and tags from context menus
  • Connect accounts for GitHub, GitLab, Bitbucket, Azure DevOps, and other hosted Git services

Git Studio works with the built-in Git extension for VS Code.


Open Git Studio

You can open it in several ways:

  • Click the Git Studio icon in the Activity Bar
  • Run the command Git Studio: Show Git Log from the Command Palette
  • Press Alt+9
  • Click the Git Studio status bar item if it is enabled

Basic workflow

  1. Open Git Studio from the Activity Bar or Command Palette.
  2. Select the files you want to stage in the commit panel.
  3. Enter a commit message and choose Commit or Commit and Push.
  4. Use the graph and history view to inspect commits, switch branches, or open more actions.

You can also use Shelve to save work-in-progress and restore it later.


Clone and connect accounts

To clone a repository:

  1. Open the top-bar menu and choose Clone Repository.
  2. Choose Clone from URL or browse available repositories.
  3. Enter or select the repository location and destination folder.
  4. Open the repository in the current window, a new window, or add it to the workspace.

To connect accounts:

  • Open ⋯ → Settings → Accounts
  • Sign in to your Git hosting provider
  • Use the connected account for HTTPS push, pull, and clone operations

Settings and preferences

Open ⋯ → Settings inside Git Center to adjust:

  • Connected accounts
  • Remotes
  • Git commit identity
  • Pull request defaults
  • Graph display options
  • Settings Sync behavior
  • Git command defaults for pull, push, fetch, and more

Troubleshooting

Problem What to try
Git Studio does not appear Open a folder that contains a Git repository
The graph is empty Use Fetch or wait for repository sync to complete
A panel is hidden Double-click a commit to open the details panel
Clone or push authentication fails Open ⋯ → Settings → Accounts and sign in again

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft