Summary
Gets or sets a value indicating whether to force push to the destination, even if
the repositories are unrelated, or pushing would create new heads in the
destination repository. Default is false
.
Syntax
public bool Force { get; set; }
Attributes
Type |
Description |
DefaultValueAttribute |
|
BooleanArgumentAttribute |
This attribute can be applied to bool-properties in option classes,
to specify the option to pass to the executable in case of
a false or true value. By default, no options
will be sent for either value.
|
Value