2009-10-25 86 views

回答

5

此外,git remote -v將顯示所有遙控器的URL。

6

使用git remote

git remote show 

這將列出所有的遙控器。然後,例如:

git remote show origin 
相關問題