I have two projects in PHP: one is a store in Rio, and another is the store in São Paulo. Basically, SP is in the root, and Rio is "almost" a clone of the SP project. Each project is presented one way, the river is being loaded into a river subfolder that is loaded into the domain, and the other takes direct from the root of the site. (I made this dynamic, using a linux command, to point the project through a symbolic link:
[user@maquina projeto]/loja-SP/ (master)$ ln -s ../loja-RJ/ rio
)
To better illustrate, the projects are accessed like this:
/ store-RJ / (master) - > www.lojaxyz.com.br/rio
/ store-SP / (master) - > www.lojaxyz.com.br /
I would like to compare them to see the divergences, to treat an error that is occurring only in the river. But each one is in a different Git repository. I would like something like this:
dummy example: git /loja-RJ/ diff ../loja-SP/ name-only--