Function git_push

Source
pub fn git_push(args: &Vec<String>, verbose: bool) -> Result<(), Box<dyn Error>>
Expand description

§git_push

Pushes the changes.

  • args - The arguments to pass to the git push command.
  • verbose - Whether to print verbose output.

§Errors

§Returns

  • Result<(), Box<dyn std::error::Error>>