Skip to content

seryl/git-acl-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

ACL hooks for enterprisy repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages