feat: make git repo initialization optional
See original GitHub issueBy 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:
- Created 8 years ago
- Comments:5 (2 by maintainers)
Top 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 >
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
This is achievable already running
ng new project --skip-git
.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.