GitCommands.GitCommands.AbortCmd C# (CSharp) Method

AbortCmd() public static method

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