Feature Description
For now, pdm init command just add .gitignore file but not init the git repo locally
Problem and Solution
I propose support init git with following flag in pdm init command
--enable-git to represent init the git repo or not (maybe enable default?)
--default-branch to set the default branch name (main as default)
Additional Context
No response
Are you willing to contribute to the development of this feature?
Feature Description
For now,
pdm initcommand just add.gitignorefile but not init the git repo locallyProblem and Solution
I propose support init git with following flag in
pdm initcommand--enable-gitto represent init the git repo or not (maybe enable default?)--default-branchto set the default branch name (mainas default)Additional Context
No response
Are you willing to contribute to the development of this feature?