Readonly
modeThe git reset
mode. The followings are supported:
hard
,sort
, ormixed
.Those correspond to the consecutive --hard
, --soft
, and --mixed
Git options.
Optional
Readonly
refThe reference to reset to. By default, resets to HEAD
.
Additional technical rectifications for the
git reset
command.