Skip to content

Commit 20e1e7c

Browse files
Add repository sync instructions
Added instructions for syncing the repository with main branch.
1 parent 60d94dd commit 20e1e7c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

OPEN_AGENTIC_ROOT_TESTS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ All commands assume:
1212
- Repository root: `~/open-agentic`
1313
- Virtualenv active: `source .venv/bin/activate`
1414

15+
### Repository sync
16+
17+
Make sure your local clone is up to date with `main`:
18+
19+
```bash
20+
cd ~/open-agentic
21+
git pull origin main
22+
source .venv/bin/activate
23+
1524

1625
---
1726

0 commit comments

Comments
 (0)