6 lines
No EOL
140 B
C#
6 lines
No EOL
140 B
C#
namespace PowershellModule.Git.Commands;
|
|
|
|
public class GitCommands
|
|
{
|
|
public const string GitRepoRegistrationNoun = "GitRepoRegistration";
|
|
} |