Last active
April 18, 2022 16:58
-
-
Save caffeinetiger/f49b78e99e602042945b8ec4e3031612 to your computer and use it in GitHub Desktop.
Reference:
- [How do you clone a Git repository into a specific folder?](https://stackoverflow.com/questions/651038/how-do-you-clone-a-git-repository-into-a-specific-folder?msclkid=aed49959b49b11eca316cbdae2cdf980)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git clone [email protected]:whatever directory-name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment