We are having one common repository for different applications(Clients).
Common repository develop branch will have some folders like
- Common1
- Common2
- Common3
- Common4
So from the develop branch is it possible to create a new branch for each application / Client
Say Common1 / Common2 in one branch(Branch Name: Client1) and Common3 / Common4 in another
branch(Branch Name : Client2)
So that we can give the branches to separate clients
If new client(Client3 comes in ) I will add Common1 /Common2 / Common3 folder to that branch and will give to that client and so on.
Is this possible?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…