awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jisaacks avatar

jisaacks/GitGutter

0
View on GitHub↗
3,879 स्टार्स·228 फोर्क्स·Python·MIT·8 व्यूज़

GitGutter

GitGutter is a Git diff visualization tool and plugin for the Sublime Text editor. It interfaces with the Git binary to provide real-time tracking of modified and untracked files, visualizing version control status directly within the editor gutter to mark inserted, modified, or deleted lines.

The tool enables navigation between modified code hunks and the inspection of commit metadata via hover popups. It allows users to define specific branches, tags, or commits as reference points for calculating changes and provides the ability to revert modified hunks or copy original committed text to the clipboard.

The project covers a broader range of capabilities including inline diff visualization, git metadata inspection, and code revision management. Users can customize the visual theme of gutter markers and configure the Git environment and binary paths.

Features

  • Git Version Control Integrations - Visualizing code changes and repository status directly within the editor to track modifications without leaving the file.
  • Diff Visualizations - Provides inline diff visualization using gutter markers and popups to identify code changes.
  • Gutter Visualizations - Displays visual markers in the editor gutter to identify inserted, modified, or deleted lines of code.
  • Commit Range Diff Viewers - Allows users to specify a commit, tag, or branch as the baseline for calculating current changes.
  • Git Diff Visualizers - Marks inserted, modified, and deleted lines based on the current Git repository state.
  • Revision Managers - Manages code revisions by comparing current buffers against specific branches, tags, or commits.
  • Sublime Text Integrations - Implements Git version control visualization specifically as a plugin for the Sublime Text editor.
  • Commit Comparison Tools - Enables the selection of different branches, tags, or commits as the target for diff comparison.
  • Baseline Comparisons - Determines file changes by comparing the current buffer against a configurable Git reference point.
  • Version Control Integrations - Interfaces with the Git binary to provide real-time tracking of untracked and modified files.
  • Version Control Diff Visualization - Visualizes inserted, modified, or deleted lines via real-time markers in the editor gutter.
  • Logical Unit Reverts - Allows reverting a specific modified hunk of code back to its original state in the repository.
  • Commit Detail Inspectors - Opens a detailed popup showing the original committed text and the specific changes for a modified line.
  • Line Annotations - Provides popups and annotations that highlight the specific diff changes for a modified line.
  • Hover-Triggered Metadata Inspectors - Provides hover-triggered popups showing commit author and timestamp metadata for specific lines.
  • Cursor Navigation - Implements specialized cursor movement to jump between modified sections of the document.
  • Version Control Navigators - Provides the ability to jump the cursor between modified code hunks using dedicated navigation commands.
  • Inline Blame Annotations - Displays the commit author, date, and summary as hover popups or annotations for specific lines.
  • Git Object Inspection - Inspects commit metadata such as author and timestamp for specific lines via hover popups.
  • Hunk Navigation - Provides dedicated commands to jump the cursor quickly between contiguous blocks of modified code.
  • Change Indexing - Groups contiguous modified lines into indexed units to enable fast jumping between code changes.
  • Buffer Monitoring - Tracks real-time editor buffer modifications to automatically update Git status indicators in the gutter.
  • Editor Plugins - Visualizes git changes in the editor margin.
  • General Extensions - Displays git diff status directly in the editor gutter.

स्टार हिस्ट्री

jisaacks/gitgutter के लिए स्टार हिस्ट्री चार्टjisaacks/gitgutter के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

GitGutter के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो GitGutter के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • emacsorphanage/git-gutteremacsorphanage का अवतार

    emacsorphanage/git-gutter

    882GitHub पर देखें↗

    Git Gutter is an Emacs editor extension that displays version control change indicators in the margin and supports incremental staging of diff hunks. It tracks file modifications and differences across multiple backends including Git, Mercurial, Subversion, and Bazaar, providing real-time visual feedback directly within the editing environment. The extension renders custom visual glyphs to highlight added, modified, and deleted lines relative to a repository revision. It includes capabilities for cycling through changed blocks, viewing detailed diff summaries, and interactively staging indivi

    Emacs Lisp
    GitHub पर देखें↗882
  • sbarex/sourcecodesyntaxhighlightsbarex का अवतार

    sbarex/SourceCodeSyntaxHighlight

    4,145GitHub पर देखें↗

    SourceCodeSyntaxHighlight is a syntax highlighting engine and version control visualizer. It functions as a source code syntax highlighter that applies color schemes and formatting to programming languages for visual display, and as a tool for highlighting code changes and diffs relative to version control commits. The project is implemented as a macOS Quick Look extension that provides syntax-highlighted previews of source code files within the Finder. It also includes a Language Server Protocol client to provide semantic tokens and hover information during code previews, and a command line

    C++
    GitHub पर देखें↗4,145
  • geeeeeeeeek/git-recipesgeeeeeeeeek का अवतार

    geeeeeeeeek/git-recipes

    14,752GitHub पर देखें↗

    This project is an educational resource providing a detailed command reference, tutorial collections, and structured guides for mastering version control. It serves as a set of Chinese language tutorials based on international community best practices, designed to help users learn both the core concepts and practical applications of Git. The resource focuses on specific workflow guides for managing feature development, release cycles, and collaborative forking strategies. It pairs theoretical version control concepts with practical command-line examples to demonstrate real-world application.

    GitHub पर देखें↗14,752
  • airblade/vim-gitgutterairblade का अवतार

    airblade/vim-gitgutter

    8,506GitHub पर देखें↗

    This is a Vim extension that provides Git change visualization and hunk management. It displays markers in the sign column to indicate added, modified, or removed lines relative to the Git index, allowing users to visualize diffs and compare buffer versions side-by-side. The plugin extends the editor's text objects to target specific blocks of modified lines, enabling the use of standard operators on these contiguous hunks. It also provides tools to stage or undo individual blocks of changes directly within the editor. Additional capabilities include navigation utilities for jumping between

    Vim Script
    GitHub पर देखें↗8,506
GitGutter के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

jisaacks/gitgutter क्या करता है?

GitGutter is a Git diff visualization tool and plugin for the Sublime Text editor. It interfaces with the Git binary to provide real-time tracking of modified and untracked files, visualizing version control status directly within the editor gutter to mark inserted, modified, or deleted lines.

jisaacks/gitgutter की मुख्य विशेषताएं क्या हैं?

jisaacks/gitgutter की मुख्य विशेषताएं हैं: Git Version Control Integrations, Diff Visualizations, Gutter Visualizations, Commit Range Diff Viewers, Git Diff Visualizers, Revision Managers, Sublime Text Integrations, Commit Comparison Tools।

jisaacks/gitgutter के कुछ ओपन-सोर्स विकल्प क्या हैं?

jisaacks/gitgutter के ओपन-सोर्स विकल्पों में शामिल हैं: emacsorphanage/git-gutter — Git Gutter is an Emacs editor extension that displays version control change indicators in the margin and supports… sbarex/sourcecodesyntaxhighlight — SourceCodeSyntaxHighlight is a syntax highlighting engine and version control visualizer. It functions as a source… geeeeeeeeek/git-recipes — This project is an educational resource providing a detailed command reference, tutorial collections, and structured… airblade/vim-gitgutter — This is a Vim extension that provides Git change visualization and hunk management. It displays markers in the sign… rhysd/git-messenger.vim — git-messenger.vim is a plugin for the Vim and Neovim text editors that provides an integrated interface for viewing… gitkraken/vscode-gitlens — GitLens is a Git extension for VS Code that brings inline blame annotations, CodeLens authorship information, and an…