Answers for "how to clone a repo with a different name"

1

how to clone a repo with a different name

git clone https://github.com/sferik/sign-in-with-twitter.git signin

# or

git clone [email protected]:sferik/sign-in-with-twitter.git signin
Posted by: Guest on March-03-2022

Code answers related to "how to clone a repo with a different name"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language