RepositoryInitializer class
CommandFacade to show create a Repository and all that is needed e.g. Ignore file, default Branch and a State for the Repository
- Implemented types
Constructors
- RepositoryInitializer(String? path)
Properties
Methods
-
initialize(
) → List< UndoableCommand> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited