I have this repo:
And I want it in here:
More specific:
I tried the mirror approach from GitHub Docs, but it didn’t work. I’ve been searching for it for ~2 hours and cannot find the solution.
I have this repo:
And I want it in here:
More specific:
I tried the mirror approach from GitHub Docs, but it didn’t work. I’ve been searching for it for ~2 hours and cannot find the solution.
Hello there,
One repo cannot be inside another. The easiest thing to do would be to copy the contents from one repo, and commit them to the freeCodeCamp
repo.
How can I do that because I’ve been searching it and I can’t find it.
Well, you need to use Git. If you have not before, then I suggest you look at a few tutorials/videos on the topic, and get back if anything confuses you.
Personally, I would just:
freeCodeCamp
freeCodeCamp
freeCodeCamp
:git add .
git commit -m "something"
git push
It would be very tedious to teach Git from this forum. So, take some time to research how to use it; this is the point of GitHub, anyway.
Hope this helps
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.