I have a repo that consist of 4 directories. Each directory contain different part of the project
The 4 directory is : asset, backend, mobileapp, util
backend contain a nodejs project that act as a backend, the mobileapp will contain android and ios project
I want to push just the backend folder to a live repo (I want to push it to a App Service at Azure) without the other 3 directories...
How can I do that?