Git_IDEA中集成Git操作

1 新建项目,绑定git

       将远程的git文件目录拷贝到项目中

 

2 修改文件,使用IDEA操作git

       提交到暂存区

       Commit提交到本地

       Push到远程仓库

 

Commit提交信息

提交到本地

 

3 提交测试

 

 

快速提交:

  git add .

  git commit -m “文件名”

  git push

posted @ 2022-11-09 16:11  yzhone  阅读(18)  评论(0)    收藏  举报