IDEA中继承Git
1.新建项目,绑定git
将我们远程的git文件目录拷贝到项目中即可
2。修改文件,使用IDEA操作git
添加到暂存区
commit提交 git commit -m "hello.java"
push到远程仓库 git push
3.提交测试
1.新建项目,绑定git
将我们远程的git文件目录拷贝到项目中即可
2。修改文件,使用IDEA操作git
添加到暂存区
commit提交 git commit -m "hello.java"
push到远程仓库 git push
3.提交测试