列出現有的遙控器
列出與此儲存庫關聯的所有現有遠端資料庫:
git remote
列出與此儲存庫關聯的所有現有遠端控制器,包括 fetch 和 push URL:
git remote --verbose
或簡單地說
git remote -v
列出與此儲存庫關聯的所有現有遠端資料庫:
git remote
列出與此儲存庫關聯的所有現有遠端控制器,包括 fetch 和 push URL:
git remote --verbose
或簡單地說
git remote -v