Function branchless::init::init [−][src]
pub fn init(
out: &mut impl Write,
git_executable: &GitExecutable<'_>
) -> Result<()>
Initialize git-branchless
in the current repo.
Args:
out
: The output stream to write to.git_executable
: The path to thegit
executable on disk.