From 579f81c76bf508807a7c5c7e972e270605f5076d Mon Sep 17 00:00:00 2001 From: jverzani Date: Thu, 11 Aug 2022 13:19:07 -0400 Subject: [PATCH] edits --- quarto/README-quarto.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/quarto/README-quarto.md b/quarto/README-quarto.md index 1325e56..0e0dab6 100644 --- a/quarto/README-quarto.md +++ b/quarto/README-quarto.md @@ -30,6 +30,13 @@ To compile the pages through quarto * should also push project to github * no need to push `_freeze` the repo, as files are locally rendered for now. +* This error +> fatal: 'gh-pages' is already checked out at '/Users/verzani/julia/CalculusWithJuliaNotes/quarto/f5611730' + +was solved with + +> git worktree remove f5611730 +