GIT的基本使用

Git的基本使用 1. Git的全局配置 第一次安装git 后,需要在全局环境下配置信息。 $ git config -l //查看配置信息 $ git config --global -l //查看全局配置信息 //配置全局信息:用户名和邮箱 $ git config --global user.name ‘xxx’ $ git config --global user.email ‘[emai
相关文章
相关标签/搜索