Pycharm上传下载代码到git或gitup

上传代码到git服务器

点击File目录下Settings

配置版本控制Version Control下的Git

Pycharm上传下载代码到git或gitup_第1张图片

点击VCS目录下Import into Version Control,再点击Create Git Repository

Pycharm上传下载代码到git或gitup_第2张图片

配置远程git仓库

Pycharm上传下载代码到git或gitup_第3张图片

上传文件

  1. 选中要上传文件
  2. VCS–>Git –> add
  3. VCS–>Git –> Commit Directory
  4. VCS–>Git –> Push
    温馨提示: 提交代码前可以先VCS–>Git –> pull,同步远程仓库代码

从git服务器下载代码

Pycharm上传下载代码到git或gitup_第4张图片

上传代码到gitup

配置gitup账号
Pycharm上传下载代码到git或gitup_第5张图片
Pycharm上传下载代码到git或gitup_第6张图片
其他操作和git无区别

下载gitup账号

Pycharm上传下载代码到git或gitup_第7张图片
其他操作无区别

你可能感兴趣的:(Python,git)