From 2f78c670d7985be2b313262f8e773f360ec38160 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 27 Jul 2022 11:17:32 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Pages=20/=20How=20?= =?UTF-8?q?to'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pages-%2F-How-to.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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