8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1)通过git clone 远程地址 git clone默认会把远程仓库整个给clone下来; 但只会在本地默认创建一个master分支 如果远程还有其他的分支,此时用git branch -a查看所有分支。 2)通过git checkout -t 远程/分支名,默认会在本地建立一个和远程分支名字一样的分支