Skip to content

Commit

Permalink
Add "gh repo create" to SETUP.md
Browse files Browse the repository at this point in the history
merges #419
closes #418

Co-authored-by: Daniel Himmelstein <daniel.himmelstein@gmail.com>
Co-authored-by: Anthony Gitter <agitter@users.noreply.github.com>
  • Loading branch information
3 people authored May 15, 2021
1 parent f09ce13 commit 9977684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ git remote set-url origin https://github.com/$OWNER/$REPO.git
git remote set-url origin git@github.com:$OWNER/$REPO.git
```

Next, you must manually create an empty GitHub repository at <https://github.com/new>.
Then create an empty repository on GitHub.
You can do this at <https://github.com/new> or via the [GitHub command line interface](https://github.com/cli/cli) (if installed) with `gh repo create`.
Make sure to use the same "Owner" and "Repository name" specified above.
Do not initialize the repository, other than optionally adding a Description.
Next, push your cloned manuscript:
Expand Down

0 comments on commit 9977684

Please sign in to comment.