Changing Working Directory
-
Hello,
I have the following directory structure.
/home/web/public_html <- WordPress installation
/home/web/.git <- Git directoryI have the following in wp-config.php
define(‘REVISR_GIT_DIR’, ‘/home/web/.git’);
And the following in my .git/config file
worktree = /home/web/public_html
Just wondering why revisr is showing
Work Tree: /home/web
Git Dir: /home/web/.gitHow do I change the Work Tree? I’m probably doing something stupid, but I googled a bunch and tried to search these threads.
Thanks
-J
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Changing Working Directory’ is closed to new replies.