git clone --recursive REPOSITORY_URL -o REPOSITORY_ALIAS
- --recursive - Gets the submodules too
- --o - Sets an alias for remote repo rather than defaulting to origin (useful when working in teams)
"Let me put it this way, Mr. Amor. The 9000 series is the most reliable computer ever made. No 9000 computer has ever made a mistake or distorted information. We are all, by any practical definition of the words, foolproof and incapable of error."
git clone --recursive REPOSITORY_URL -o REPOSITORY_ALIAS
0 comments:
Post a Comment