Closed snomos closed 1 year ago
It presently uses master.
master
Relevant place in code seems to be this:
https://github.com/divvun/gut/blob/1f468af7d61dc5a52f889838175e719cb4868034/src/commands/template/generate.rs#L86
which uses:
https://docs.rs/git2/latest/git2/struct.Repository.html#method.init
It seems we need to use the opts struct to get what we want.
opts
It presently uses
master
.