Would it be possible to add a bool parameter create_git_repo to Valdo.TemplateEngine.apply_template() and put the repository creation in an if condition? It relates to pervoj/valdo-gtk#3. When running the app from Flatpak, it doesn't have access to the git command. But it is possible to create the .git directory structure manually from code. However, there is an unwanted error message from Valdo about an error when creating the repository.
Would it be possible to add a bool parameter
create_git_repo
toValdo.TemplateEngine.apply_template()
and put the repository creation in an if condition? It relates to pervoj/valdo-gtk#3. When running the app from Flatpak, it doesn't have access to the git command. But it is possible to create the.git
directory structure manually from code. However, there is an unwanted error message from Valdo about an error when creating the repository.