I have four branches in my git repository, which is managed using GitHub:
- Production
- Staging
- Master
- [person's name]-development
Is there a way to restrict write access to only a single branch ([person's name]-development)? How would I do this?
For reference, a similar question: How to write a git hook to restrict writing to branch?.
See Question&Answers more detail:os