usecrate::wrap_command::WrapCommand;usecrate::git;modoptions;pubuseoptions::*;pubconstGIT_COMMAND:&str="push";/// Updates remote refs using local refs, while sending objects necessary to complete the given refs.
/// [Git doc](https://git-scm.com/docs/git-push)
pubfnpush()-> WrapCommand{git(GIT_COMMAND)}