Handbook for Data Science and Artificial Intelligence
內容目录
Handbook for Data Science and Artificial Intelligence
內容目录

版本控制

开发流程参考 Base Git Workflow

Git

查看remote源

git remote -v

增加新的 remote 分支

git remote set-url --add --push origin https://github.com/tswsxk/longling.git

內容目录