git的基本用法

// 创建SSH Key $ ssh-****** -t rsa -C "[email protected]" // 查看全局配置 $ git config --list // 查看具体配置(如:用户名、邮箱) $ git config user.name $ git config user.email // 修改全局配置 $ git config --global user.name 'x
相关文章
相关标签/搜索