Skip to Content
0
Oct 12, 2018 at 03:30 AM

How to Store multiple fiori applications in single or multiple git repository

479 Views Last edit May 24, 2020 at 11:12 AM 4 rev

Hi Experts,

I'm trying to develop 5-6 fiori applications and all these applications are related to one another in some way or the other, i.e. navigation is supported between one application to other application(s).

I'm using git tools integrated in the web ide. The repositories are hosted at git.hana.ondemand.com

i'm not able to figure out how to store these applications in git. i know there are alot of blogs related to use of git with a single project but i couldnt find anything that provides some information about using multiple projects with git.

Is there a way possible to store them in one git repository or do i need multiple repositories for each application.

If more developers are working on these apps then what implications will be there during clone, pull or push and merge in case of using one repository or multiple repositories if and when its possible.