mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-22 11:51:01 +02:00
docs: document isolated ktx project repos
This commit is contained in:
parent
5253814f29
commit
27cb224c07
3 changed files with 11 additions and 23 deletions
|
|
@ -61,11 +61,14 @@ committing the file.
|
|||
|
||||
## A typical review session
|
||||
|
||||
The loop above describes the shape. In practice, one review session looks like
|
||||
this:
|
||||
The loop above describes the shape. Run these commands from the **ktx** project
|
||||
directory. **ktx** keeps that directory as its own git repository, even when the
|
||||
directory lives inside another repository, so reviewing context changes never
|
||||
requires committing to a parent application repo.
|
||||
|
||||
```bash
|
||||
# 1. Run ingest on a branch
|
||||
cd /path/to/ktx-project
|
||||
git checkout -b ingest/2026-05-21
|
||||
ktx ingest --all
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue