repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

git-pr / fixtures
Eric Bower  ·  2024-07-23

a_c_rm_commit.patch

 1From 7dbb94ca1bc8cadf1ce17dacb89172217d88de07 Mon Sep 17 00:00:00 2001
 2From: Eric Bower <me@erock.io>
 3Date: Tue, 23 Jul 2024 10:15:23 -0400
 4Subject: [PATCH] docs: readme
 5
 6---
 7 README.md | 4 +++-
 8 1 file changed, 3 insertions(+), 1 deletion(-)
 9
10diff --git a/README.md b/README.md
11index 8f3a780..3043953 100644
12--- a/README.md
13+++ b/README.md
14@@ -1,3 +1,5 @@
15 # Let's build an RNN
16 
17-This repo demonstrates building an RNN using `pytorch`
18+This repo demonstrates building an RNN using `pytorch`.
19+
20+Here is some more readme information.
21-- 
222.45.2
23