推荐学习书目
› Learn Python the Hard Way
Python Sites
› PyPI - Python Package Index
› http://diveintopython.org/toc/index.html
› Pocoo
值得关注的项目
› PyPy
› Celery
› Jinja2
› Read the Docs
› gevent
› pyenv
› virtualenv
› Stackless Python
› Beautiful Soup
› 结巴中文分词
› Green Unicorn
› Sentry
› Shovel
› Pyflakes
› pytest
Python 编程
› pep8 Checker
Styles
› PEP 8
› Google Python Style Guide
› Code Style from The Hitchhiker's Guide
Decent
V2EX  ›  Python

请教如何在 pycharm 把项目覆盖到已存在的 github repo?

  •  
  •   Decent · Mar 30, 2020 · 2956 views
    This topic created in 2370 days ago, the information mentioned may be changed or developed.

    项目是 fork 别人的,当时写码没多想,直接就把 zip 文件整个下到本地用 pycharm 编辑,现在改好了想把项目传到自己 fork 的 repo 里,请教应该是什么样一个步骤?

    2 replies  •  2020-03-31 11:37:58 +08:00
    LokiSharp
        1
    LokiSharp  
       Mar 31, 2020
    zip 是没有 .git 目录的。你可以 clone 下来,把你改好的代码覆盖过去然后 commit + push
    learningman
        2
    learningman  
       Mar 31, 2020
    也可以 git init 然后 set origin
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Privacy   ·   Solana   ·   2475 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 10:48 · PVG 18:48 · LAX 03:48 · JFK 06:48
    ♥ Do have faith in what you're doing.