I am working on the SO Ruby Chat rules repo. The RULES.md
in master should be the same as rules.md
on the gh-pages branch; however, it does not reflect changes of the latter.
I know that a symbolic link in Directory B simply points to a file in Directory A. I want to apply the same logic across branches in git.
Again, since the gh-pages branch is the main focus, I would like a symlink in master that points to gh-pages/rules.md
. I have done some research and cannot find anything for this exact issue.