Skip to content

Commit

Permalink
feat(create): remove origin remote
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Aug 26, 2023
1 parent 423891a commit 9e4d41a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class Creator {
.branch({ "-m": true }, "old")
.checkout({ "--orphan": true }, "master")
.branch({ "-D": true }, "old")
.removeRemote("origin")
.submoduleUpdate({ "--init": true, "--recursive": true });

try {
Expand Down

0 comments on commit 9e4d41a

Please sign in to comment.