Skip to content

Commit

Permalink
feat: explain how to update eo subtree
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Feb 5, 2024
1 parent cfb7705 commit cb83f50
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,18 @@ Run all tests
stack test
```
### eo
We have a [git subtree](https://www.atlassian.com/git/tutorials/git-subtree) for the [eo](https://github.com/objectionary/eo) repository.
To update it, run:
```sh
git remote add -f eo https://github.com/objectionary/eo
git fetch eo master
git subtree pull --prefix eo eo master --squash
```
## Contribute
### pre-commit
Expand Down

0 comments on commit cb83f50

Please sign in to comment.