3 Repos
Graphical tools for managing code repositories, staging changes, and committing files.
Distinct from Git Clients: Shortlist contains only awesome lists or narrow binary installers; this is a full GUI client.
Explore 3 awesome GitHub repositories matching development tools & productivity · Git Version Control Clients. Refine with filters or upvote what's useful.
Ungit is a web-based graphical interface and version control client for managing Git repositories. It provides a visual dashboard for performing version control operations, staging changes, and committing files without using a terminal. The project integrates third-party merge utilities to resolve file conflicts and includes a system for signing and verifying the authenticity of code contributions using PGP encryption keys. The interface maintains synchronization with the local filesystem by monitoring directory changes in real time to update the repository state. It interfaces with the unde
Serves as a visual client for managing code repositories and committing files using the Git protocol.
SourceGit ist ein plattformübergreifender Desktop-Git-GUI-Client und ein Versionskontrolltool, das mit Windows, macOS und Linux kompatibel ist. Es bietet eine grafische Benutzeroberfläche zum Klonen, Mergen und Analysieren von Codeänderungen und fungiert als visueller Manager für Git-Repositories. Die Anwendung enthält einen KI-gestützten Commit-Generator zum Entwerfen standardisierter Commit-Nachrichten sowie einen Pull-Request-Manager zum Initiieren und Verwalten von Merges über Web-APIs unterstützter Hosting-Dienste. Die Software deckt umfassende Versionskontrollfunktionen ab, einschließlich fortgeschrittener Operationen wie interaktives Rebase, Cherry-Picking und Submodul-Management. Sie bietet eine graphbasierte Historienvisualisierung für die Blame-Analyse sowie Side-by-Side-Diff-Rendering für den visuellen Codevergleich. Das System integriert sich in externe Texteditoren und enthält eine Kommandozeilenschnittstelle zum Auslösen spezifischer Anwendungsansichten und Tools aus dem Terminal.
Functions as a graphical tool for cloning, merging, and analyzing code changes within Git repositories.
grv is a terminal-based version control client and interactive Git repository browser. It functions as a terminal user interface for browsing commit history, inspecting code differences, and managing branches and tags within Git repositories. The project distinguishes itself through a graphical commit graph visualizer that renders branching patterns and merge history directly in the terminal. It employs a tiled view layout engine and tabbed workspace management to display multiple repository perspectives simultaneously, supported by real-time filesystem monitoring to update the interface auto
Functions as a terminal-based version control client for staging files, creating commits, and managing branches.