GitCommands.GitCommands.SkipCmd C# (CSharp) Method

SkipCmd() public static method

public static SkipCmd ( ) : string
return string
        public static string SkipCmd()
        {
            return "am --3way --skip";
        }
GitCommands