pub fn write_gitsigners<'a>( repo: &Path, signers: impl IntoIterator<Item = &'a NodeId>, ) -> Result<PathBuf, Error>
Write a .gitsigners file in the given repository. Fails if the file already exists.
.gitsigners