[关闭]
@snuffles 2019-08-19T19:31:22.000000Z 字数 223 阅读 772

git remote

roborock


  1. git remote -v
  2. git remote rename origin RockRobo
  3. git remote -v
  4. git remote add cwy https://github.com/WeiyanCai/SLAM.git
  5. git remote -v
  6. git fetch cwy
  7. git branch -r
  8. git checkout -b cwy cwy/dev/relocation
  9. 如果有有更新可以
  10. git merge cwy/dev/relocation

ok

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注