ResetType
Description:
[ CCode ( cprefix = "GGIT_RESET_" , type_id = "ggit_reset_type_get_type ()" ) ]
public enum ResetType
Describes the type of reset to perform.
Content:
Enum values:
- HARD - MIXED plus changes in working tree
discarded.
- MIXED - the head will be moved to the commit
and the index will be replaced with the content of the commit tree.
- SOFT - The head will be moved to the commit.