diff --git a/Pages-%2F-How-to.md b/Pages-%2F-How-to.md index 1472720..2c337ba 100644 --- a/Pages-%2F-How-to.md +++ b/Pages-%2F-How-to.md @@ -9,8 +9,7 @@ Create a public repository named `pages` to make the site available at the main Create a branch `pages` in a repository: ``` -git checkout --orphan pages -git rm --cached -r . +git switch --orphan pages ``` ## Upload your files