摘要: Git 简单使用 1. 配置git用户和邮箱 $ git config --global user.name "lanleilin" $ git config --global user.email "bla@qq.com" 查看配置 $ git config --global user.name 阅读全文