Nulah.PowerShell/src/PowershellModule/Git/Commands/GitCommands.cs

6 lines
No EOL
140 B
C#

namespace PowershellModule.Git.Commands;
public class GitCommands
{
public const string GitRepoRegistrationNoun = "GitRepoRegistration";
}