Repository for Dev Log
Setup this up once for the desktop app:
- Create a graph called 'Dev Log'.
- Delete the graph:
rm -rf ~/logseq/graphs/Dev\ Log - Clone this repository in its place:
cd ~/logseq/graphs && git clone https://github.com/logseq/Dev-Log Dev\ Log - Run the dev command
Replace graph with its db.sqlite fileand chooseDev Log.
Whenever someone else makes a change to the graph:
git pull- Run the dev command
Replace graph with its db.sqlite fileand chooseDev Log.
To push your changes to GitHub, save them with Cmd-S to persist them to disk. Then git commit and push the file changes.