Git的基本操作

下载地址:http://git-scm.com/downloads(Windows选Windows就行) 安装一直点下一步就行; 两项配置:(配置名字和邮箱地址) 桌面任意处右击—选Git Bash Here,在弹出的Git Bash命令框中输入下面的命令: $ git config --global user.name “Your name” //配置用户名 $ git config --glo
相关文章
相关标签/搜索