~hedy/hello-world

remove 'edit' v1 PROPOSED

Hedy Li: 2
 remove 'edit'
 remove newline and '---'

 2 files changed, 0 insertions(+), 4 deletions(-)
reply directly



          
          
          
        
      

      
      
      
      

      

      
      
      
      

      
      
        
          






another reply
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~hedy/hello-world/patches/16059/mbox | git am -3
Learn more about email & git

[PATCH 1/2] remove 'edit' Export this patch

---
Removing the line that contains 'edit' because it is dumb (jk)
Some more text here.

...And some more!

 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index ea45fa8..275f012 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,3 @@

---

edit
\ No newline at end of file
--
2.29.2

[PATCH 2/2] remove newline and '---' Export this patch

---
Removing the '---' because 'edit' was removed in the previous commit.

And along with the newline because I decided not to have a newline at
the end of the file.

 README.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/README.md b/README.md
index 275f012..b688226 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,2 @@
# Hello
:)

---

-- 
2.29.2
reply directly