Skip to main content

commit_and_push

Function commit_and_push 

Source
pub fn commit_and_push(repo: &Path, message: &str, remote: &str) -> Result<()>
Expand description

Stage all changes, commit with message, and push to remote.