From 04975f9fe3457e4321b53a5681827c932c678452 Mon Sep 17 00:00:00 2001 From: Jesse Schulman Date: Mon, 12 Aug 2024 16:31:07 -0700 Subject: [PATCH] A Telos README to keep Telos specific infos in --- TELOS_README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TELOS_README.md 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! :) +```