I'm looking at someone elses repo. Inside it there is a folder which I beleive to be a referenced sub module. It's name is like this:
website @ 5afa940
There is a file called .gitmodules with this content:
[submodule "website"]
path = website
url = git@github.com:xyz/website.git
branch = master
If the .gitmodule is refencing the master branch why in github can I still see a folder reference with a different tree reference than master?
Is there anyway I can adjust this from github online or do I need to use git command line?