usecrate::wrap_command::WrapCommand;usecrate::git;modoptions;pubuseoptions::*;pubconstGIT_COMMAND:&str="rebase";/// Reapply commits on top of another base tip
/// [Git doc](https://git-scm.com/docs/git-rebase)
pubfnrebase()-> WrapCommand{git(GIT_COMMAND)}