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-14

single.diff

 1diff --git a/README.md b/README.md
 2index 586bc0d..8f3a780 100644
 3--- a/README.md
 4+++ b/README.md
 5@@ -1,3 +1,3 @@
 6-# test
 7+# Let's build an RNN
 8 
 9-testing git pr
10+This repo demonstrates building an RNN using `pytorch`
11diff --git a/train.py b/train.py
12new file mode 100644
13index 0000000..5c027f4
14--- /dev/null
15+++ b/train.py
16@@ -0,0 +1,2 @@
17+if __name__ == "__main__":
18+    print("train!")