Working Notes: a commonplace notebook for recording & exploring ideas.
Home. Site Map. Subscribe. More at expLog.
Logseq
- Meta page, for tips and tricks on dealing with LogSeq.
- Because public github syncing is going away, using it the web version with a local folder:
- #+BEGIN_SRC sh
while true; do; git add . && git commit -am "Automatic commit from chromebook" && git pull --rebase && git push || git pull --rebase; sleep 60; done;
- This also prevents unnecessary shenanigans with committing that seemed to interrupt work previously.
— Kunal