Hi All,
I am trying to figure out a git workflow. At the moment we have a httpdocs directory with the old legacy live site, which we don't want to be part of a git repo. I have been building a newer mobile platform that runs sperate to the main site. The source code is within parent/src and parent/httpdocs/md. My permissions don't allow me to create a git repository in the parent folder.
I have tried to create another folder in the parent for example parent/repo, create a git repo in that and then add the correct sub folder to that repo (parent/src and parent/httpdocs/md), but git doesn't allow you to add subfolders that are not a child of the git repo.
Is there a way around this or a solution for my git workflow that anyone can think of. I am new to git and not too sure of the possibilities.
Thanks