上传代码到git服务器

点击File目录下Settings

配置版本控制Version Control下的Git

Pycharm上传下载代码到git或gitup

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

Pycharm上传下载代码到git或gitup

配置远程git仓库

Pycharm上传下载代码到git或gitup

上传文件

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

从git服务器下载代码

Pycharm上传下载代码到git或gitup

上传代码到gitup

配置gitup账号
Pycharm上传下载代码到git或gitup
Pycharm上传下载代码到git或gitup
其他操作和git无区别

下载gitup账号

Pycharm上传下载代码到git或gitup
其他操作无区别

相关文章:

  • 2021-10-02
  • 2021-04-02
  • 2021-09-21
  • 2021-04-05
  • 2022-12-23
  • 2021-06-30
  • 2021-12-08
猜你喜欢
  • 2021-08-10
  • 2021-06-26
  • 2021-11-05
  • 2022-01-08
  • 2021-04-19
  • 2021-12-02
相关资源
相似解决方案