2 repository-uri
Inspecting and tracing internal Git commands executed by the interface for debugging.
Distinct from Git Wrappers: Distinct from Git Wrappers: focuses on debugging and tracing executed commands, not augmenting them with additional functionality.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Git Command Tracing. 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
Traces internal Git commands to diagnose unexpected behavior or errors.
Legit is a command line wrapper and automation tool that provides an abstraction layer over Git. It simplifies version control by wrapping low-level commands into intuitive operation sequences to reduce manual configuration and increase execution safety. The tool automates common workflows, such as synchronizing branch states by fetching remote changes, merging or rebasing, and pushing updates in a single operation. It also manages local state through automatic stashing and unstashing when switching branches. The project covers a broad range of version control capabilities, including branch
Provides a mechanism to trace and audit the underlying Git commands being executed by the wrapper.