摘要:
```1. 设置源仓库的远程地址>> git remote add [新地址名称] [源仓库远程地址]>> git remote add upstream https://github.com/leisurelicht/wtfpython-cn2. 同步fork>> git fetch [新地址名称]>> git fetch upstream3. 本地切换到想要更新的分支上>> git check... 阅读全文
Aaron Swartz was and will always be a hero