使用grep,sed,xargs Git全局搜索和替换
Hujiuxiang
・1 分钟阅读
Git全局搜索和替换
git grep -l foo | xargs sed -i 's/foo/bar/g'