Git的拉取与上传

一、Git拉取远程分支到本地

 

二、Git在项目开发中的使用

1、Git Pull更新项目

 

2、Idea更新git项目

  • Merge the incoming changes into the current branch
  • 将传入的更改合并到当前分支中(常用) 
  • Rebase the current branch on top of the incoming changes
  • 在传入更改的基础上重新建立当前分支

   

三、

 

posted @ 2022-07-25 10:17  rhinoroper  阅读(114)  评论(0)    收藏  举报