Let say I have two repos repo_A
and repo_B
. Each gave number of folders. I want to keep one folder in repo_A
in sync with repo_B
.
E.g., Let say repo_A
have folder - x and repo_B
have folder y. So these two repos always remain in sync.
Whenever I push to repo_A
or repo_B
and there is any change in any file or new file is added. The changes should also reflect i other repo too.
I don't know If it is possible or not So if it is even if with some exception or rules I have to follow please let me know