Local git repository - a documented example
Could you post somewhere an example of Source Control with a local git repo? I have done "git init --bare" but sitll get this:
Git directory must be an existing bare repository, for example 'git init --bare'
We did have an issue that we fixed in the latest release to do with using a file uri rather than a path. But I don’t think this is your issue.
So eg
C:\>cd tempora
C:\tempora>mkdir test
C:\tempora>cd test
C:\tempora\test>git init —bare
Initialized empty Git repository in C:/tempora/test/
Then link to “c:\tempora\test” in the first box and leave the second box empty or not and it works (for me anyway).