Enumeration
GgitResetType
since: 1.0
Members
GGIT_RESET_SOFT
-
The head will be moved to the commit.
- Value:
1
- Nickname:
soft
- Available since: 1.0
- Value:
GGIT_RESET_MIXED
-
The head will be moved to the commit and the index will be replaced with the content of the commit tree.
- Value:
2
- Nickname:
mixed
- Available since: 1.0
- Value:
GGIT_RESET_HARD
-
MIXED plus changes in working tree discarded.
- Value:
3
- Nickname:
hard
- Available since: 1.0
- Value: