I just installed Git and fetched a repository from gitorious.org. The fetch was successful according to the git gui application. However when I look in the directory where I set up the local repository, there are no source files.
I have H:\dev\qt\.git. Under .git folder there are a bunch of subfolders and some files. There is nothing under H:\dev\qt except for the .git subfolder. The fetch I did earlier, clearly fetched something since the the .git subfolder is around 500 MB now. I am guessing I need to do some sort of unpacking to get the source files. I am totally new to git so if someone could kindly provide some pointers that would be appreciated.
Thanks.