GitCommands.GitCommands.ResolvedCmd C# (CSharp) Method

ResolvedCmd() public static method

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