Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the set up to fit already existing projects #2

Open
kbjarkefur opened this issue Jun 13, 2018 · 0 comments
Open

update the set up to fit already existing projects #2

kbjarkefur opened this issue Jun 13, 2018 · 0 comments

Comments

@kbjarkefur
Copy link
Owner

kbjarkefur commented Jun 13, 2018

https://stackoverflow.com/questions/5377960/whats-the-best-practice-to-git-clone-into-an-existing-folder?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

git clone https://myrepo.com/git.git temp
#change so that move recursive to include already added .gitignore and README.md
mv temp/.git code/.git
https://github.com/kbjarkefur/GHDB_June13/commits/master
rm -rf temp
git add .
git commit -m "Initial update from DropBox"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant