posh-git is a PowerShell extension that provides a Git prompt and a set of toolsets for enhancing terminal productivity. It integrates Git status and branch information directly into the PowerShell command prompt and provides a toolkit for customizing the appearance, colors, and path formatting of the shell session. The project distinguishes itself by providing command line autocompletion for Git commands, branch names, and file paths. It also includes an SSH agent manager with wrapper commands to start, stop, and monitor the status of secure shell agent processes. The software covers broade
git-extras is a collection of command line utilities that extend the functionality of the Git version control system. It provides a suite of shortcuts and additional commands for history manipulation, remote management, repository analysis, and workflow automation. The project distinguishes itself by offering deep integration with hosting providers to manage pull requests and forks, alongside advanced history tools for obliterating sensitive files and rewriting author metadata. It also includes a specialized interactive shell that allows users to execute commands without repeating the binary
forgit is a shell-based interactive CLI wrapper that uses a fuzzy finder to transform Git output into selection menus. It functions as a workflow accelerator and history browser, replacing manual command entry with searchable interfaces for version control operations. The tool provides specialized managers for Git worktrees and an interactive history browser for visualizing commit logs, reflogs, and blame data. It differentiates itself by wrapping native Git subcommands in selection logic, allowing users to pick targets before executing final operations. Its capabilities cover interactive fi
Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It functions as a GitHub git wrapper, extending standard git commands to include direct management of repositories, issues, and pull requests. The tool integrates REST API communication with a wrapper-based execution model to perform administrative tasks without a web browser. It utilizes OAuth-based authentication and a local configuration store to secure API requests. The utility includes shell command completion and argument parsing to improve terminal productivity. It also suppo
Bit ist eine Command-Line-Interface und ein Workflow-Wrapper für Git, der die Repository-Verwaltung durch High-Level-Befehle und automatisierte Synchronisation vereinfacht. Es fungiert als interaktives Shell-Tool, das manuelle Operationen reduziert, indem es Staging, Committing und Pushing in optimierte Workflows kombiniert.
Die Hauptfunktionen von chriswalz/bit sind: Git Command Line Extensions, Git Wrappers, Branch Management, Commit Workflows, Automated Commit Workflows, Git Workflow Utilities, Staging and Commit Interfaces, Unified Remote State Alignment.
Open-Source-Alternativen zu chriswalz/bit sind unter anderem: dahlbyk/posh-git — posh-git is a PowerShell extension that provides a Git prompt and a set of toolsets for enhancing terminal… tj/git-extras — git-extras is a collection of command line utilities that extend the functionality of the Git version control system.… wfxr/forgit — forgit is a shell-based interactive CLI wrapper that uses a fuzzy finder to transform Git output into selection menus.… github/hub — Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It… xirong/my-git — my-git is a comprehensive framework and reference guide for Git version control administration, repository governance,… steveukx/git-js — git-js is a programmatic Node.js library and version control wrapper that provides a structured JavaScript API for…