Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 372 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 372 Bytes

Git ACL Hooks

Sets access control restrictions for updates.

Example acl

# Everything is read-only by default
# This sets up read-write access to a specific file
match = ^blehk.txt
access = read-write
users = jtoft

# This sets up read-write access to a folder
match = ^lib
access = read-write
users = jtoft