ToolGit: A collection of scripts that extend Git with various sub-commands

ToolGit is a handy collection of scripts that enhance Git functionality with sub-commands like git-amend for editing staged changes, git-delete-gone-branches for removing local branches not on the remote, and more. A unique feature, git-xlog, allows users to search history for a specific string in added or removed lines. To install, simply extract ToolGit to a folder of choice and add it to the PATH environment variable. Executable git-* files in PATH can then be used as sub-commands in Git. Use the -? switch for command details. Explore features like git-mode-restore to modify file modes effortlessly.

https://github.com/ahmetsait/toolgit

To top