GitCommands.GitModule.InTheMiddleOfInteractiveRebase C# (CSharp) Method

InTheMiddleOfInteractiveRebase() public method

public InTheMiddleOfInteractiveRebase ( ) : bool
return bool
        public bool InTheMiddleOfInteractiveRebase()
        {
            return File.Exists(GetRebaseDir() + "git-rebase-todo");
        }
GitModule