Can a dir in your GitHub repo direct the user to an different repo?

1 points by planetrenox ↗ HN
I swear i saw a repo do this once and I was amazed. Yes a submodule could do this but the issue is it directs to a specific hash, but i want to direct the user to the current state of another repo (always)

2 comments

[ 3.2 ms ] story [ 14.2 ms ] thread
Are you thinking of git subtree?
a subtree directs the user to a dif repo on github? is there a guide? because the last guide i followed literally made the subtree look like a normal dir on github.