:)
I have a production *nix server that gets the updated files from github using "git pull".
My problem is that there are outdated versions of some plugins in "app/code/community/", which would be pulled and would overwrite my local (up-to-date) files and folders.
I do not know how to tell git to just ignore this directory when I pull from github... Can anybody help me out here?
Thanks in advance!
Chris