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

Git Navigator Pro

James-Collard

|
2 installs
| (1) | Free
Simple git helper for small teams — setup, link, clone, commit, pull, and create PRs.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git Navigator JC

Git Navigator JC is a VS Code sidebar extension for day-to-day Git work without leaving the editor.

Primary use case:

  • Enable entry to Git workflows without needing to memorize lots of terminal commands.

Use it to:

  • Set up a repo
  • Link a remote
  • Clone repos
  • Stage and commit changes
  • Pull latest updates
  • Switch branches
  • Create pull requests

Install

Install from the Visual Studio Code Marketplace:

  • https://marketplace.visualstudio.com/items?itemName=Exotic209093.git-navigator-exotic209093

Or from VS Code:

  1. Open Extensions (Ctrl+Shift+X)
  2. Search for Git Navigator JC
  3. Click Install

Requirements

  • Visual Studio Code 1.80.0 or newer
  • Git installed and available on PATH
  • GitHub sign-in in VS Code only if you want to create pull requests

Quick Start

  1. Open a folder in VS Code.
  2. Click the Git Navigator icon in the Activity Bar.
  3. Use the Actions view:
  • Setup Repo to run git init
  • Link to Remote to set origin
  • Clone Repo to clone and open a repository
  • Pull Latest to sync from remote
  • Checkout Branch to switch or create branches
  • Create Pull Request to open a PR flow

Changes View

The Changes panel gives you:

  • Staged and unstaged file lists
  • Stage, unstage, discard, and open-file actions
  • Stage All and Unstage All
  • Commit box with Ctrl+Enter

Graph View

The Graph panel shows:

  • Commit history in branch lanes
  • Commit metadata (hash, message, author, relative time)
  • Branch/tag badges
  • Load more history on demand

Typical Workflow

  1. Make file changes.
  2. Stage files in Changes.
  3. Enter a commit message and commit.
  4. Pull latest if needed.
  5. Create or switch to a feature branch.
  6. Create a pull request from Actions.

Troubleshooting

  • No folder is open: open a folder first.
  • No git repository found: run Setup Repo or open a folder with .git.
  • Pull/clone issues: verify git --version works in your terminal.
  • PR creation fails: ensure your origin is a valid GitHub URL.

Privacy and Security

  • No GitHub PAT is required for normal PR flow.
  • GitHub auth uses VS Code's built-in authentication.
  • Git operations run locally using your system Git.

License

MIT

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