Skip to content

Add 'initialize_git' option for new project.#469

Open
sunalawa wants to merge 1 commit intodrivendataorg:masterfrom
sunalawa:add-git-initialization-option
Open

Add 'initialize_git' option for new project.#469
sunalawa wants to merge 1 commit intodrivendataorg:masterfrom
sunalawa:add-git-initialization-option

Conversation

@sunalawa
Copy link
Copy Markdown

@sunalawa sunalawa commented Dec 2, 2025

  • Added "initialize_git": ["Yes", "No"] field to enable users to choose whether to initialize git during project creation
  • Added comprehensive help text for the initialize_git field
  • Included descriptions for both "Yes" and "No" options with links to Git documentation
  • Implemented git initialization logic
  • Documentation updates.
  • Added test_git_initialization and test_no_git_initialization

Resolves: #435

  - Added "initialize_git": ["Yes", "No"] field to enable users to choose whether to initialize git during project creation
  - Added comprehensive help text for the initialize_git field
  - Included descriptions for both "Yes" and "No" options with links to Git documentation
  - Implemented git initialization logic
  - Documentation updates.
  - Added test_git_initialization and test_no_git_initialization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Initialize a new project as a git repository

1 participant