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