mirror of
https://github.com/git/git.git
synced 2024-12-18 06:14:59 +08:00
A shared repository should be writable by members.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
4b3511b0f8
commit
a3431febfe
@ -1625,7 +1625,9 @@ cooperation you are probably more familiar with as well.
|
||||
For this, set up a public repository on a machine that is
|
||||
reachable via SSH by people with "commit privileges". Put the
|
||||
committers in the same user group and make the repository
|
||||
writable by that group.
|
||||
writable by that group. Make sure their umasks are set up to
|
||||
allow group members to write into directories other members
|
||||
have created.
|
||||
|
||||
You, as an individual committer, then:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user