question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing prompt for git repo initialization

See original GitHub issue

In 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:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
dfenerskicommented, Jul 26, 2022

I can try to whip up a PR if that’s acceptable? Would be like my first contribution ever 😃

0reactions
matseeecommented, Aug 17, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found