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.

feat: make git repo initialization optional

See original GitHub issue

By default ng new PROJECT initializes a git repo and even performs a commit as angular-cli@angular.io.

I could imagine that there’ll be projects where only authorised/white-listed users should commit into the repo. Maybe we should make the repo initialization and commit optional? Or at least the commit?

What are you thoughts on this?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
jkuricommented, Mar 21, 2016

This is achievable already running ng new project --skip-git.

0reactions
angular-automatic-lock-bot[bot]commented, Sep 8, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

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 | Atlassian Git Tutorial
git init creates a new Git repository, can be used to convert an existing, unversioned project to a Git repo, or initialize a...
Read more >
Git Error: "Does Not Appear To Be a Git Repository"
The Git error "Does not appear to be a Git repository" can be difficult to isolate, but this article will tell you exactly...
Read more >
How to commit no change and new message? - Stack Overflow
To re-create a deleted bare repository using gitolite (via Tatsh). To arbitrarily create a new commit, such as for re-triggering build tooling (via...
Read more >
Add a Git Repository to Your Amazon SageMaker Account
To create a new AWS Secrets Manager secret, choose Create secret, enter a name for the secret, and then enter the username and...
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