11
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 我的意思是,显然一个人较短,但除此之外,他们基本上是在做同一件事吗?