Sep.Git.Tfs.Commands.Bootstrap.Run C# (CSharp) Method

Run() public method

public Run ( ) : int
return int
        public int Run()
        {
            return Run("HEAD");
        }

Same methods

Bootstrap::Run ( string commitish ) : int