https://github.com/logseq/dev-log
https://github.com/logseq/dev-log
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/logseq/dev-log
- Owner: logseq
- Created: 2024-11-22T21:59:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T23:22:18.000Z (about 1 year ago)
- Last Synced: 2025-04-05T19:05:22.334Z (9 months ago)
- Homepage: https://logseq.github.io/Dev-Log/
- Size: 32.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Repository for Dev Log
## Usage
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 file` and choose `Dev Log`.
Whenever someone else makes a change to the graph:
* `git pull`
* Run the dev command `Replace graph with its db.sqlite file` and choose `Dev 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.