You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/GitVersionCore/Helpers/GitRepositoryHelper.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ namespace GitVersion.Helpers
10
10
publicstaticclassGitRepositoryHelper
11
11
{
12
12
/// <summary>
13
-
/// Normalisation of a git directory turns all remote branches into local branches, turns pull request refs into a real branch and a few other things. This is designed to be run *only on the build server* which checks out repositories in different ways.
14
-
/// It is not recommended to run normalisation against a local repository
13
+
/// Normalization of a git directory turns all remote branches into local branches, turns pull request refs into a real branch and a few other things. This is designed to be run *only on the build server* which checks out repositories in different ways.
14
+
/// It is not recommended to run normalization against a local repository
0 commit comments