Tag: 克隆拉

git中的pull和clone有什么区别?

做什么有什么区别: mkdir repo cd repo git init git remote add origin git://github.com/cmcculloh/repo.git git fetch –all git pull origin master 和 git clone git://github.com/cmcculloh/repo.git 我的意思是,显然有一个更短,但除此之外,他们基本上是做同样的事情?