libgit2sharp icon indicating copy to clipboard operation
libgit2sharp copied to clipboard

Add support to set the initial branch when performing "git init"

Open zentron opened this issue 4 years ago • 0 comments

git init currently exposes an option to set the branch name. Although the property for this is exposed via a property InitialHead on the options builder that gets passed down to the native code, there is currently no way for a user to provide a value.

zentron avatar Dec 03 '21 04:12 zentron