php - Setting up control system for website -


i have been working on website using wordpress. far have been using ftp , wordpress editor make changes code etc. have brought on few members assist me changing code, , wondering best way control changes. know git can used sort of stuff, how can make can't make changes server without going through git?

--thanks

don't give access server, handle access through git.

you set post-commit hook copies updated files server / pulls them repository server. see example question: simple git post-commit hook copy committed files folder


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -