expandedfronts / revisr

Revisr: Git for WordPress
https://revisr.io
GNU General Public License v3.0
195 stars 41 forks source link

Allow Revisr to handle different WordPress structures #27

Closed mattgrshaw closed 9 years ago

mattgrshaw commented 9 years ago

Quite a few people have requested using non-standard WordPress structures: https://wordpress.org/support/topic/recommended-wordpress-structure

This would mainly be helpful for people who are already using Git in their workflow and would be using Revisr to either supplement or replace their existing workflow.

Possible solutions:

Also likely related is issue #22

mattgrshaw commented 9 years ago

This has been partially supported with the addition of the REVISR_GIT_DIR constant. This can be used like so:

define( 'REVISR_GIT_DIR', dirname( __FILE__ ) );

mattgrshaw commented 9 years ago

Closing, only #22 is pending regarding this issue.