usecrate::wrap_command::WrapCommand;usecrate::git;modoptions;pubuseoptions::*;pubconstGIT_COMMAND:&str="checkout";/// Switch branches or restore working tree files
/// [Git doc](https://git-scm.com/docs/git-checkout)
pubfncheckout()-> WrapCommand{git(GIT_COMMAND)}