I have been allocated a single repository in a client’s managed github space. I have two local repositories that are independent that I need to push to this client repo. I was considering just creating subfolders in the remote repository and just independently push each local repo to the appropriate subfolder. I’m not seeing this type of use case from my research and I’m not even sure if it’s possible. Of course the simple answer would be to get another client repo but they so far have not agreed to that. As you can probably tell, I’m not a power git user so any help is appreciated.
1