Answers for "git clone [<options>] [--] <repo> [<dir>]"

16

git clone with folder name

git clone [email protected]:whatever folder-name
Posted by: Guest on May-23-2020
9

git clone repo with name

git clone https://github.com/foo/repo_name.git new_directory_name
Posted by: Guest on April-07-2020
2

github clone to local folder

cd folder/to/clone-into/
git clone https://github.com/your-repo/project-name.git
Posted by: Guest on March-30-2020

Code answers related to "git clone [<options>] [--] <repo> [<dir>]"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language