2 repositorios
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 es un wrapper de línea de comandos y herramienta de automatización que proporciona una capa de abstracción sobre Git. Simplifica el control de versiones envolviendo comandos de bajo nivel en secuencias de operación intuitivas para reducir la configuración manual y aumentar la seguridad de ejecución. La herramienta automatiza flujos de trabajo comunes, como la sincronización de estados de ramas mediante la obtención de cambios remotos, la fusión (merge) o rebase, y el envío (push) de actualizaciones en una sola operación. También gestiona el estado local mediante el guardado (stash) y recuperación automática al cambiar de rama. El proyecto cubre una amplia gama de capacidades de control de versiones, incluyendo la gestión y filtrado de ramas, la publicación y eliminación de ramas remotas, y la reversión de los commits más recientes para corregir el historial de versiones. Los usuarios también pueden configurar estrategias preferidas de merge y rebase y auditar los comandos subyacentes que se están invocando.
Provides a mechanism to trace and audit the underlying Git commands being executed by the wrapper.