git-sed (1) Linux Manual Page
git-sed – replace patterns in git-controlled files Synopsisgit-sed [ -c ] [ -f flags ] search replacement DescriptionRun git grep and then send results to sed for replacement with the given flags, if -f is provided. Also runs git commit if -c is provided. Options-c commit the resulting changes with a standard commit message detailing…
