Skip to content

Commit

Permalink
Improve README (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-stone authored Feb 25, 2024
1 parent 323fc7b commit e7d888e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Remember to create an empty `gh-pages` branch:
```
git switch --orphan gh-pages
git commit --allow-empty -m "Initial commit on gh-pages branch"
git push -u origin gh-pages
git push -u upstream gh-pages
git switch main
```

To create a remote (upstream) repo from a local copy:
```
gh repo create --public --source=. --remote=upstream --push
```

0 comments on commit e7d888e

Please sign in to comment.