Open
Description
Using lake init
or lake new
creates a .git
subdirectory with default options if
none exists. However this doesn't work in a mono-repo situation, and moreover git init
is very often used with extra options (e.g. default branch is most often main
and not master
in modern times). I would suggest at least making this enabled with an explicit (and configurable) option.