I am working to create a project management system that uses GIT. Right now it is on early stage. The idea is
- We have departments like "Design","Web","Android" and etc
- We have many projects under every department.
- We have GIT repository for each project.
For this purpose what i want to do is that create instances of GIT as many as departments. So every instance has its own SSH port number in any order e.g 1234 for "Design GIT Instance" and 1235 for "Web GIT Instance" and so on. So any department employees only access their relative department projects.
Question:
Can we make instances of GIT? if yes then how?I am very much new to GIT and ubuntu