推荐学习书目
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 · 2716 views
    This topic created in 2244 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   ·   Solana   ·   2744 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 39ms · UTC 12:46 · PVG 20:46 · LAX 05:46 · JFK 08:46
    ♥ Do have faith in what you're doing.