2 مستودعات
Visualizations of differences between the version control index and the current physical working directory.
Distinct from Diff Visualizations: Distinct from Diff Visualizations: focuses specifically on the state of the local working tree (staged/unstaged) rather than generic text comparisons.
Explore 2 awesome GitHub repositories matching user interface & experience · Working Tree Diffs. Refine with filters or upvote what's useful.
Magit is a complete Git interface that runs inside Emacs, providing a full-featured porcelain for version control operations without leaving the editor. It renders repository state as structured, collapsible sections within Emacs buffers, and manages Git command execution through a transactional process model with automatic buffer refresh and error handling. The interface exposes all configuration through Emacs' standard customization system and uses a transient command framework for context-sensitive menu-driven Git operations. What distinguishes Magit is its granular control over every stag
Shows differences between the version control index and the current working directory.
Gitlogue is a code evolution visualizer and playback engine that transforms Git commit logs into animated representations of a project's growth. It functions as a diff animation tool that simulates the evolution of a repository by replaying historical changes through timed sequences of typing and cursor movements. The tool features a playback system that allows for date filtering to slice history into specific timeframes and global speed adjustments to control the pace of the animation. It includes visual customization options for themes and uses a parsing engine to provide syntax highlightin
Provides visual diffs of staged and unstaged changes in the working tree to review modifications before committing.