My collection of custom git scripts for performing actions that are more complex than what you would want to put in an alias.
git-sedrun asedcommand on every file in the current repository modifying them in-place.git-vsedsame idea asgit-vsedbut usevimto do the replacements with confirmation.git-xargsrun a command on every file in a git repository with filtering options based on pathspec and content.