I have a directory /applications which is owned by root and group git.
The problem is when I create a new directory inside /applications, its owned by root and group root, not group git. How do I make new directories inside /applications inherit the group git instead of root?