@snuffles
2019-08-19T11:31:22.000000Z
字数 223
阅读 818
roborock
git remote -v
git remote rename origin RockRobo
git remote -v
git remote add cwy https://github.com/WeiyanCai/SLAM.git
git remote -v
git fetch cwy
git branch -r
git checkout -b cwy cwy/dev/relocation
如果有有更新可以
git merge cwy/dev/relocation
ok