I have been working on a website using Wordpress. So far I have been using FTP and the wordpress editor to make changes to the code etc. I have brought on a few members to assist me with changing code, and I am wondering what the best way would be to control changes. I know git can be used for this sort of stuff, but how can I make it so they can't make changes to the server without going through git?
--Thanks