I have a Git repository and everything is on root, but on remote git repository the desired content is one level deep (there are three types of folder 1-git folders 2-DemoProject 3.some-other-folder-i-have-no-concern). How to merge these two together. Even though they are completely disconnected but i have found the way to merge the disconnected repository but this level thing isn't working.
LocalBranch(DemoProject)
-(git folders)
-Content1
-Content2
Remote Branch
-(git folders)
-DemoProject
-Content1
-Content2
-Some Folder