主要包括工具学习技巧
上传到Github
Pull/Push
git add .
git commit -m "xxx"
git push
If failed try:
git config --global --unset http.proxy
or
git config --global http.proxy http://127.0.0.1:7890
Fork别人的项目 如何更新
https://www.jianshu.com/p/021bb953ee8d
8000