diff --git a/TELOS_README.md b/TELOS_README.md new file mode 100644 index 000000000000..b4e5a801e448 --- /dev/null +++ b/TELOS_README.md @@ -0,0 +1,11 @@ +# telos-reth + +## Rebase notes: +```bash +git checkout main +git fetch upstream +git rebase +git push +git checkout telos-main +git rebase main # this is where it might get tricky! :) +```