点击File-->Setting,配置版本Version Control下的Git

Pycharm上传下载代码到git

点击VCS目录下Import into Version Control,再点击Create Git RepositoryPycharm上传下载代码到git

配置远程git仓库

Pycharm上传下载代码到git

上传文件

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

相关文章:

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