We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8ef76 commit 8e1ddbdCopy full SHA for 8e1ddbd
src/GitVersion.Testing/Fixtures/RepositoryFixtureBase.cs
@@ -9,7 +9,7 @@ namespace GitVersion.Testing;
9
/// </summary>
10
public abstract class RepositoryFixtureBase : IDisposable
11
{
12
- public const string MainBranch = "master";
+ public const string MainBranch = "main";
13
private readonly bool deleteOnDispose;
14
15
protected RepositoryFixtureBase(Func<string, Repository> repositoryBuilder, bool deleteOnDispose = true)
0 commit comments