设置用户名和邮箱
git config --global user.name [username]
git config --global user.email [email]查看用户名和邮箱
git config --global user.name
git config --global user.email查看配置文件
git config --list编辑配置文件
vi .gitconfig sourcetree中的配置
[credential]
helper = store
本文详细介绍了如何使用 Git 进行基本的用户设置,包括设置用户名和邮箱的方法、查看及编辑配置文件等内容,并提供了示例命令帮助理解。

1177

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



