We already use git to manage websites development in .php
.html
.js
Besides those,we have banner,logo files need to be managed.
I want an integrated file management tool to let me know the change of all websites files. How to do it?
We already use git to manage websites development in .php
.html
.js
Besides those,we have banner,logo files need to be managed.
I want an integrated file management tool to let me know the change of all websites files. How to do it?
You can manage the besides files in repo folder or subfolder. And be sure, these type of files are not ignored by .gitignore
file.