ToolGit is a collection of scripts that extend Git with various sub-commands to improve productivity. It includes commands like `git-amend` for amending staged changes, `git-delete-gone-branches` for cleaning up local branches, and `git-mode-restore` for restoring file modes in the index and worktree. Commands can be accessed by adding ToolGit to your PATH environment variable and using the `-?` switch to learn about their options.
Sort: