We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6f740 commit ca039d6Copy full SHA for ca039d6
README.md
@@ -15,6 +15,7 @@ mkdir {your_empty_repo_name}
15
git clone https://github.com/jebarpg/template-nodejs-project.git {your_empty_repo_name}
16
cd {your_empty_repo_name}
17
rm -rf .git package-lock.json docs/typedocs/* CHANGELOG.md
18
+git config --global init.defaultBranch main
19
git init
20
```
21
0 commit comments