I'm working on an open-source wiki using the GitHub's built-in gollum on the wiki tab of the project. So the wiki is itself the project. But though I've done tons of commits on the wiki repository, in the main project repository (the one with the graphs), it doesn't show that activity. Should I just get over that? Or is there a way to mirror the two repositories so that I don't have to explicitly tell people to go to the wiki when they go looking for it and find just one readme file?
I've checked out this post about using submodules, but I'm not sure if that will get me what I want on the graphs, in terms of commit history, etc.
Thanks.