Created
July 14, 2021 18:25
-
-
Save epierpont/4e0631272bb4582026c56f6a7e800db2 to your computer and use it in GitHub Desktop.
GIT clone repo to existing directory
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
git init | |
echo * > .gitignore | |
git remote add origin https://github.com/iBecCreative/REPONAMEHERE.git | |
git fetch | |
git checkout origin/production -b production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment