git基础教程

1、下载安装和注册Git账号就不说了        下载地址:https://git-for-windows.github.io 2、配置个人信息     使用Git的第一件事就是设置你的名字和email,这些是在提交commit时的签名     git config --global user.name "your name"     git config --global user.email
相关文章
相关标签/搜索