Skip to main content

commit_in

Function commit_in 

Source
pub fn commit_in(workspace_root: &Path, message: &str, sign: bool) -> Result<()>
Expand description

git -C <workspace_root> commit [-S] -m <message> — create a commit with the given message, optionally GPG-signed.