GitCommands.GitCommands.Stash C# (CSharp) Méthode

Stash() public static méthode

public static Stash ( ) : string
Résultat string
        public static string Stash()
        {
            return RunCmd(Settings.GitCommand, "stash save");
        }
GitCommands