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

pycharm + git 的集成使用

时间:2018-03-12 22:54:36      阅读:1096      评论:0      收藏:0      [点我收藏+]

标签:pyc   log   file   ima   date   alt   set   inf   仓库   

1. 下载git 和Pycharm并安装

2. 打开Pycharm,  点击 file-->Default Settins-->Version Control-->Git 然后在 Path to Git executable中选择本地的git.exe 路径。

如下所示:

技术分享图片

 

3. 点击导航栏中的VCS -> Checkout from Version Control -> Git

技术分享图片

 

4. 在Git Repository URL 中填写git仓库的地址,输入保存的路径,点击clone。

随后输入账号和密码,此时便可看到拉下来的代码了。

技术分享图片

5. 如何添加文件呢?

右键文件 -> 选择Git-> Add

6. 提交代码,更新代码

点击右上角的commit 图标(Ctrl+K)进行提交,点击update 图标(Ctrl+T)进行更新

技术分享图片

 

pycharm + git 的集成使用

标签:pyc   log   file   ima   date   alt   set   inf   仓库   

原文地址:https://www.cnblogs.com/nancyzhu/p/8552255.html

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