git clone repo with name
git clone https://github.com/foo/repo_name.git new_directory_name
git clone repo with name
git clone https://github.com/foo/repo_name.git new_directory_name
shallow clone
How to Execute Git Shallow Clone
Provide an argument of -- depth 1 to the git clone command to copy only the latest revision of a repo:
git clone -–depth [depth] [remote-url]
You can also use git shallow clone to access a single branch:
git clone [remote-url] --branch [name] --single-branch [folder]
With git shallow clone you get fewer files. And as a result, they clone faster. Builds and feedback can be delivered quicker.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us