
git config --global --replace-all user.email “你要替换的邮箱地址”
git config --global --replace-all user.name"你要替换的用户名"
本文介绍如何使用gitconfig命令批量替换全局的用户邮箱和用户名,适用于需要快速修改Git配置信息的场景。

git config --global --replace-all user.email “你要替换的邮箱地址”
git config --global --replace-all user.name"你要替换的用户名"
2万+
5944
3930
8469

被折叠的 条评论
为什么被折叠?