I've been googling on Git for a few hours now and I'm going nowhere, so hope you can help.
I have a local path /path/to/somewhere/ And this is in sync with my remote BitBucket repo https://bitbucket.org/company/somewhere.git
Now I want to add another folder like /path/to/there/ And I want it to appear in the same repository https://bitbucket.org/company/somewhere.git/there/
I tried using "git subtree add --prefix=there https://bitbucket.org/company/somewhere.git" but it responds with:
prefix 'somewhere' already exists.
When I log in to Bitbucket and check, it doesnt.