From a529f46d07efad7ac8b28d0784f2bbd933fa1c7c Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 27 Jul 2022 12:49:20 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pages-%2F-How-to.md b/Pages-%2F-How-to.md index 2c337ba..f582744 100644 --- a/Pages-%2F-How-to.md +++ b/Pages-%2F-How-to.md @@ -10,6 +10,8 @@ Create a branch `pages` in a repository: ``` git switch --orphan pages +# In case if ignored files exist +git rm --cached -r . ``` ## Upload your files