Skip to main content

commit_all

Function commit_all 

Source
pub fn commit_all(
    repo: &Repository,
    message: &str,
    name: &str,
    email: &str,
) -> Result<ObjectId, String>
Expand description

Create an initial commit in the given repo. Adds all files in the working directory and commits them.