Skip to content

Instantly share code, notes, and snippets.

@epierpont
Created July 14, 2021 18:25
Show Gist options
  • Save epierpont/4e0631272bb4582026c56f6a7e800db2 to your computer and use it in GitHub Desktop.
Save epierpont/4e0631272bb4582026c56f6a7e800db2 to your computer and use it in GitHub Desktop.
GIT clone repo to existing directory
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