Hello!
I'm cloning a Red Suite 5 project from a remote repository into my local workspace. This works fairly well except that SourceTree doesn't copy any of the .project or .launch files that are in the root folder of the project. Is there a way to force SourceTree to copy all of the files in the folder?
It most other necessary files but seems to skip over a few extension. How can I customize what it copies?
Thanks!
Ah, I see. I believe that is true. I looked at my gitignore file and found that .project and .launch files are both included in this list. For good reason, too; it'd get quite annoying to track these files. I think I'll just copy these few files manually.
Thank you for your help! Your answer saved me quite a bit of time.
SourceTree just uses 'git clone' (or 'hg clone') and doesn't pick what files to check out at the end, it does all of them. If some are missing it suggests that they aren't actually added to the repository you're cloning from.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.