Reputation: 1
I'm trying to upload a folder that includes over 100 files. So I'm thinking about getting the repo that already has that folder and cloning it into the branch I want the folder in.
Upvotes: 0
Views: 26
Reputation: 369614
You can't clone a repo into a branch. You clone a repo. Period.
Just like in the real world, if you clone something you get a copy of the original. If you clone a sheep, you get a sheep, not a cow. If you clone a repo, you get a repo, not a branch.
Upvotes: 1