版本控制¶
开发流程参考 Base Git Workflow
Git¶
查看remote源
git remote -v
增加新的 remote 分支
git remote set-url --add --push origin https://github.com/tswsxk/longling.git
开发流程参考 Base Git Workflow
查看remote源
git remote -v
增加新的 remote 分支
git remote set-url --add --push origin https://github.com/tswsxk/longling.git