Skip to content

Commit c32ffb9

Browse files
committed
fix(@angular/cli): Refactor skip git flag into schematics
related to angular/devkit#167
1 parent 66701ad commit c32ffb9

File tree

1 file changed

+0
-7
lines changed
  • packages/@angular/cli/commands

1 file changed

+0
-7
lines changed

packages/@angular/cli/commands/new.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ const NewCommand = Command.extend({
4949
aliases: ['si'],
5050
description: 'Skip installing packages.'
5151
},
52-
{
53-
name: 'skip-git',
54-
type: Boolean,
55-
default: false,
56-
aliases: ['sg'],
57-
description: 'Skip initializing a git repository.'
58-
},
5952
{
6053
name: 'skip-commit',
6154
type: Boolean,

0 commit comments

Comments
 (0)