傻瓜式Git使用
初始化 git init 克隆仓库内容 2.git clone 自己的github仓库地址 因为克隆了仓库,可能会出现The file will have its original line endings in your working directory这个报错 所以需要输入 3. git rm -r –cached . git config core.autocrlf false git add . 提交到本地仓库 4.git commit -m ‘随便写点描述:比如我写的是第一次更新,在这个单引号内写,别写错’ 运行git branch查看目前分支。绿色的是主分支master,因为主
下载地址
用户评论