This shows you the differences between two versions of the page.
webpage_modifications [2014/12/02 00:23] acanis created |
webpage_modifications [2014/12/04 14:01] (current) acanis |
||
---|---|---|---|
Line 14: | Line 14: | ||
Modify any of the files. Make sure the files are readable by www-data. | Modify any of the files. Make sure the files are readable by www-data. | ||
+ | |||
+ | Make sure after any changes that you commit to git: | ||
+ | <code> | ||
+ | git diff . | ||
+ | git add index.php ... | ||
+ | git commit | ||
+ | </code> |