Redirecting READMEs
Warning
This post is more than a year old. Information may be outdated.
Lesser Known Trick. It's a symlink. How does File Alias work?
You need to
git config --global core.symlink true
ln -s ./pages/index.en.md README.md


This post is more than a year old. Information may be outdated.
Lesser Known Trick. It's a symlink. How does File Alias work?
You need to
git config --global core.symlink true
ln -s ./pages/index.en.md README.md

