I am trying to modify git-tfs. However, I cannot seem to get it built.
What I did:
1. Read the readme which states for building:
1a. Update submodules. git submodule update to get the libgit2sharp dependencies.
1b. Build with msbuild GitTfs.sln /p:Configuration=debug for the default debug build.
2. clone git-tfs: git clone git@github.com:git-tfs/git-tfs.git
3. git submodule update
However, the submodule update doesn't seem to do it's job - it doesn't fetch any sources.
What am I doing wrong?