GitCommands.GitCommands.SkipRebaseCmd C# (CSharp) Method

SkipRebaseCmd() public static method

public static SkipRebaseCmd ( ) : string
return string
        public static string SkipRebaseCmd()
        {
            return "rebase --skip";
        }
GitCommands