The RepoInfo panel displays key information about your repository at a glance. It’s located at the top of the repository view.

The panel shows:
| Field | Description |
|---|---|
| Local | The full path to your repository on your computer |
| Remote | The URL of the remote repository (e.g., origin) |
| Branch | The currently checked-out branch |
| Local Changes | Click to view unstaged and staged files |
The Local Changes section shows:
The Repo Info menu is accessed via the “…” label on the upper-right of the panel.

| Action | Description |
|---|---|
| Open in Explorer | Open the repository folder in your file explorer |
| Open in Console | Open a terminal/command prompt in the repository folder |
| Open in Editor | Open the repository in your default code editor |
| Action | Description |
|---|---|
| Edit Remote URL | Change the remote (origin) URL |
| Copy Remote URL | Copy the remote URL to clipboard |
| Open on Remote | Open the repository page in your browser |
| Open Pull Request | Open the PR creation page (if supported) |
| Open Compare | Open the comparison view on the remote |
| Action | Description |
|---|---|
| Stash Changes | Temporarily save uncommitted changes |
| Stash Pop | Apply the most recent stash |
| Stash Drop | Delete the most recent stash |
| Action | Description |
|---|---|
| Add Track Pattern | Track files matching a pattern with Git LFS |
| Status | View Git LFS file status |
| Fetch | Fetch LFS objects from remote |
| Pull | Pull LFS objects from remote |
| Prune | Remove old LFS objects |
| Deinitialize | Remove Git LFS from this repository |
| Action | Description |
|---|---|
| Apply Patch | Apply a .patch file to your repository |
| Git GC | Run garbage collection to optimize repository |
| Clean Working Directory | Remove untracked files |
| Reset to Origin | Discard all changes and reset to remote |
Right-click → Copy Local Path to copy the repository folder path to your clipboard.
If you have a remote configured (like GitHub or GitLab), you can:
git pull to sync changes