I have two folders:
/home/me/code/project//srv/www/projectfiles/
In the /home/me/code/project folder, I have symlinked static to /srv/www/projectfiles/
i.e. /home/me/code/project/static/ -> /srv/www/projectfiles/
When I try to commit now, it doesn't see any of the files behind the symlink, and instead tries to commit the symlink itself as a file.
How do I commit a file (e.g. /srv/www/projectfiles/style.css)s that is behind the symlink?