Hi,
Can someone help me know which is a better design in terms of creating a git repository.
I have 10 processes.
- Should I create only 1 git repository, and have all 10 process codes within different folders in that one repository or
- Create 10 repositories for 10 processes?