File tree Expand file tree Collapse file tree
{{cookiecutter.project_name}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ git remote add origin {{ cookiecutter.repository }}
1818## Push the initial commit to a new repo on GitHub
1919
2020Go to
21- [ https://github.com/{{cookiecutter.github_organization}}/ repositories/new ] ( https://github.com/{{cookiecutter.github_organization}}/ repositories/new )
21+ [ https://github.com/{{cookiecutter.github_organization}}?tab= repositories ] ( https://github.com/{{cookiecutter.github_organization}}?tab= repositories )
2222and create a new repository named ` {{ cookiecutter.project_name }} ` as an empty repository, then push your commits to GitHub:
2323
2424``` shell
@@ -27,9 +27,9 @@ git push --set-upstream origin main
2727
2828## Check automatically generated issues
2929
30- The first time you push to GitHub, a few issues outlining next steps will as soon as possible be added automatically
31- ([ here] ( {{cookiecutter.repository}}/issues?q=author%3Aapp%2Fgithub-actions ) ). Resolve them to complete the setup of your
32- repository.
30+ A short while after you push your commits to GitHub for the first time , a few issues outlining next steps will added
31+ automatically ([ here] ( {{cookiecutter.repository}}/issues?q=author%3Aapp%2Fgithub-actions ) ). Resolve them to complete the
32+ setup of your repository.
3333
3434## Project layout explained
3535
You can’t perform that action at this time.
0 commit comments