Whenever I need to add new note to a dendron publi...
# chat
a
Whenever I need to add new note to a dendron publishing github pages. I need to do these 4 commands in VS Code, in order as follow.
Copy code
Dendron: Site Build
git add .
git commit
git push
Smo can teach me if I understand correctly? I've just started an initial step in dendron publishing. Thanks