Skip to content

Commit

Permalink
A Telos README to keep Telos specific infos in
Browse files Browse the repository at this point in the history
  • Loading branch information
poplexity committed Aug 17, 2024
1 parent 0120131 commit 04975f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions TELOS_README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# telos-reth

## Rebase notes:
```bash
git checkout main
git fetch upstream
git rebase <SHA OF UPSTREAM RELEASE TAG>
git push
git checkout telos-main
git rebase main # this is where it might get tricky! :)
```

0 comments on commit 04975f9

Please sign in to comment.