I have a situation: My readme.md
file in master
branch also needs to be on gh-pages
branch.
If I make any changes to the file on one branch, I need to replicate them on other.
Is there a way to have common git branch that can be referred by other branches?
Or track a file in two branches simultaneously?
See https://github.com/anupam-arohi/lv for more details on the issue.