Andreas Bjørn Hassing
Andreas Bjørn Hassing
To improve performance of those tab expansions, which are currently sub-optimal in git repos with a lot of branches. * for `branch`, `--list` has been available since 1.7.8 * https://github.com/git/git/blob/ecbdaf0899161c067986e9d9d564586d4b045d62/Documentation/RelNotes/1.7.8.txt#L25...
I've been going through https://spacetimedb.com/docs/unity/part-3. When opening the `server-csharp` folder in VS Code: ```powershell cd C:\dev\unity-games\blackholio\server-csharp code . ``` It (C# DevKit?) automatically creates a `server-csharp.sln` file in the same...