Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git PanelNew to Visual Studio Code? Get it now.
Git Panel

Git Panel

zhangmo8

|
69 installs
| (0) | Free
| Sponsor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSC Git Panel

Inspect by Git History.

A Git viewing tool for the brief introduction version for VS Code.

Just a bare-bones implementation. Many features are not yet fully developed. If there is a real need, you can use GitLens.

Visual Studio Marketplace Version Made with reactive-vscode

📚 Documentation

  • 技术栈与开发指南 - 详细的技术栈说明、架构设计和开发规范
  • Copilot 配置文档 - 为 AI 助手提供的项目上下文信息

Configurations

Key Description Type Default
git-panel.history.pageSize Number of commits to load per page in history view number 45
git-panel.history.refreshDebounce Debounce time (ms) for auto-refresh when git changes are detected number 500
git-panel.performance.enableCache Enable caching of git history queries for better performance boolean true
git-panel.performance.cacheTimeout Cache timeout in milliseconds (default: 60 seconds) number 60000
git-panel.search.enableFilePath Enable file path search in history (requires -- separator in search) boolean true

Commands

Command Title
git-panel.history GitPanel: History
git-panel.history.clear GitPanel: Clear Selection
git-panel.history.refresh GitPanel: Refresh History
git-panel.copyHash GitPanel: Copy Commit Hash
git-panel.openCommitOnWeb GitPanel: Open Commit on Web
git-panel.openCommitDiff GitPanel: Open Commit Changes (Diff)
git-panel.showStats GitPanel: Show Repository Statistics
git-panel.goToCommit GitPanel: Go to Commit by Hash
git-panel.backToHead GitPanel: Back to HEAD
git-panel.showFileHistory GitPanel: Show File History
git-panel.showLineHistory GitPanel: Show Line History

License

MIT License © 2025 zhangmo8

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