API Version: 1.0
Library Version: 1.1.0
enum Ggit.ResetType
Describes the type of reset to perform.
GGIT_RESET_SOFT
The head will be moved to the commit.
GGIT_RESET_MIXED
The head will be moved to the commit and the index will be replaced with the content of the commit tree.
GGIT_RESET_HARD
MIXED plus changes in working tree discarded.
Content