码迷,mamicode.com
首页 > 其他好文 > 详细

Idea中使用git

时间:2019-09-06 01:27:25      阅读:84      评论:0      收藏:0      [点我收藏+]

标签:--   用户   配置   one   repos   check   代码   自动   tin   

1、在idea中配置git

File---Setting---Version Control---git      选择git安装目录,点击Test测试是否OK。

技术图片

 

 2、从已有git仓库中拉取项目

VCS---Checkout from Version Control ----Git

技术图片

 

输入已有项目的git地址,点击Test进行测试,测试通过后,点击Clone

技术图片

 

 

3、将本地新建的项目上传到git

VCS----Import into Version Control -----Creat Git Repository

技术图片

 

 

选择对应的项目

技术图片

 

 后续输入要上传的git地址(可以是gitee或者github),输入对应的用户名和密码即可将本地仓库上传Git。

 4、在idea中使用快捷键操作git

  ctrl + K   进行commit提交

技术图片

 

   ctrl + T  拉去项目代码并自动提供合并(直接点击OK即可)

技术图片

 

 ctrl + shift + K   push代码

 

Idea中使用git

标签:--   用户   配置   one   repos   check   代码   自动   tin   

原文地址:https://www.cnblogs.com/liconglong/p/11470623.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!