They are functionally similar (try!):
# git clone REMOTEURL foo
and
# mkdir foo
# cd foo
# git init
# git remote add origin REMOTEURL
# git pull origin master
Now there are minor differences, but in principle, you probably won't notice them. As an exercise left to the reader, compare .git / config from each directory.
Wes Hardaker Jan 31 '11 at 21:11 2011-01-31 21:11
source share