1 repositorio
Shows the command that corresponds to a given Git command in a different source control system.
Distinct from Git Command Execution: Distinct from Git Command Execution: translates Git commands to native equivalents rather than executing them directly.
Explore 1 awesome GitHub repository matching devops & infrastructure · Git Command Translations. Refine with filters or upvote what's useful.
Sapling is a scalable version control system designed to handle repositories with millions of files and commits, making it suitable for large monorepos. It reads and writes Git repositories natively, maintaining full interoperability with Git remotes and standard workflows, and provides an interactive commit graph for exploring repository history and state. The system uses a bookmark-based branching model that eliminates named branches in favor of lightweight, movable labels for commits. It tracks how each commit was created, amended, rebased, or split through commit-graph-based mutation trac
Shows the command that corresponds to a given Git command.