dashboard / marcopolo/git-playground / Add new change #79 rss

closed · opened on 2025-08-27T04:05:24Z by marcopolo
Help
checkout latest patchset:
ssh pr.pico.sh print pr-79 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print ps-X | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 79
add review to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add --review 79
accept PR:
ssh pr.pico.sh pr accept 79
close PR:
ssh pr.pico.sh pr close 79

Logs

marcopolo created pr with ps-152 on 2025-08-27T04:05:24Z
marcopolo changed status on 2025-08-27T04:06:30Z {"status":"closed"}

Patchsets

ps-152 by marcopolo on 2025-08-27T04:05:24Z

Patchset ps-152

Add new change

Marco Munizaga
2025-08-26T23:46:10Z
hello.txt
+2 -0
Back to top

Add new change

hello.txt link
+2 -0
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
diff --git a/hello.txt b/hello.txt
index 53deb78..2ff4207 100644
--- a/hello.txt
+++ b/hello.txt
@@ -2,3 +2,5 @@ hello
 // Do we want baz instead?
 // mm: I think it would be better if we used buzz
 bar
+
+A new change!