pub fn commit_and_push(repo: &Path, message: &str, remote: &str) -> Result<()>
Stage all changes, commit with message, and push to remote.
message
remote