I am working on magento. beginning of the project I have installed magento 2 on windows laptop and worked on it.later I made one repository in git and pushed the code to git.
now I got the one Ubuntu production server.I have cloned that git repository.due to platform changes I have run the command "composer install" and changed some configuration .so here is the problem from next on words when I pull the repository from git hub it should pull only one folder named app from git hub
If all files pulled from git hub, configuration files will be changed so it won't work again in my Ubuntu server.
I hope magento developers are more familiar with this.please help me how to achieve this?