Missing prompt for git repo initialization
See original GitHub issueIn a monorepo context, generating a git sub-repo is not needed and worse, confuses git which files to track even after the deletion of the .git
directory. AFAIK there is no prompt or option to disable this, or am I missing something? Thanks in advance!
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Equivalent of "git init" missing? · Issue #2883 - GitHub
When prompted to "Create a Repository" instead, a brand new subdirectory for the repo is created, rather than running git init on the...
Read more >git-init Documentation - Git
This command creates an empty Git repository - basically a .git directory with subdirectories for objects , refs/heads , refs/tags , and template...
Read more >git init not showing 'master', how do I change git-prompt.sh to ...
In the udacity course it asked to paste the code they given in the .bash_profile file in the user's home directory.
Read more >git init | Atlassian Git Tutorial
The git init command creates a new Git repository. It can be used to convert an existing, unversioned project to a Git repository...
Read more >Git error - Fatal: Not a git repository and how to fix it | Datree.io
This error means you attempted to run a Git command, but weren't inside a Git repository. Make sure you've: Navigated to the right...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I can try to whip up a PR if that’s acceptable? Would be like my first contribution ever 😃
It would be great if we could have this option in the generator-ui5-project generator as well. I will create a pull request with the same changes as in the pull request https://github.com/ui5-community/generator-ui5-ts-app/pull/16.