Git用法总结

Git 是一个开源的分布式版本控制系统,用以敏捷、高效地处理项目版本管理。git git配置 安装git:sudo apt-get install git 配置用户信息:git config --global user.name “name” 配置邮箱信息:git config --global user.email "name@qq.com" cmd着色开关:git config --globa
相关文章
相关标签/搜索