I am using git to update my d7 site. I only really want to add the /sites folder and the .htaccess I suppose and leave all the core drupal files. Is there a way to do this?
Thanks
I am using git to update my d7 site. I only really want to add the /sites folder and the .htaccess I suppose and leave all the core drupal files. Is there a way to do this?
Thanks
first create directory in git.and clone into local directory.then put your sites folder and .htaccess file in it.then push to git.after when u add new module your entire module folder copy into directory for git. then push. these process done every time when add new module.