Git的安装就不说了. 原文:https://blog.csdn.net/zamamiro/article/details/70172900 github官网说明: …or create a new repository on the command line echo "# repository" >> README.md git init git add README.md git commit -m "first commit" git rem
1:idea从git上拉取项目 (1)FILE --> New --> Project from Version Control --> Git (2):输入项目的Https SSH 的URL,并点击右侧的Test进行测试,测试成功后点击clone (3)clone成功后项目目录如下 2:提交更改或新增的文件至本地仓库 (1)我们在项目中更改或增加一个文件,此文件应该是红色的(意为可add). (2)将更改的文件add到内存区(红色的文件),add成功后文件应该变为绿色. (3)comm