What I'm trying to achieve is the following:
coworkers are in group @coworkers,
clients are in group @clients.
The Git repo shall be available to read and write for everyone, but there shall be special branches.
i.e. I create a new branch "intern" and @coworkers shall have RW+ acces, but clients should NOT be able to R or W.
I thought i can achieve that by
repo myrepo
- intern = @clients
RW+ = @clients @coworkers
But this does not work.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…