usecrate::wrap_command::WrapCommand;usecrate::git;modoptions;pubuseoptions::*;pubconstGIT_COMMAND:&str="reset";/// Reset current HEAD to the specified state
/// [Git doc](https://git-scm.com/docs/git-reset)
pubfnreset()-> WrapCommand{git(GIT_COMMAND)}