libgit2sharp
libgit2sharp copied to clipboard
Add support to set the initial branch when performing "git init"
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.