2 个仓库
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 是一个命令行包装器和自动化工具,为 Git 提供了一个抽象层。它通过将底层命令包装成直观的操作序列来简化版本控制,从而减少手动配置并提高执行安全性。 该工具自动化了常见工作流,例如通过获取远程更改、合并或变基以及在单次操作中推送更新来同步分支状态。它还在切换分支时通过自动暂存和取消暂存来管理本地状态。 该项目涵盖了广泛的版本控制功能,包括分支管理与过滤、远程分支发布与删除,以及撤销最近的提交以修正版本历史。用户还可以配置首选的合并和变基策略,并审计正在调用的底层命令。
Provides a mechanism to trace and audit the underlying Git commands being executed by the wrapper.