git pull 与 git clone区别 git clone 会把远程主机所有内容都取下来, 但是本地只有master分支,并且与origin/master关联 ,而通过git remote add之后git pull只会把 远程主机内容取下来,本地没有任何分支