I would like to allow git to run 'git pull' as user 'www-data'. As far as i understand
git ALL=(www-data) git pull
in /etc/sudoers should make it.
Sadly i get an Syntax error for this line and visudo Syntax highlight breaks right after the "-" in 'www-data'
Can't find information regarding forbidden '-' in /etc/sudoers usernames. Any tips?