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

closed · opened on 2025-08-27T03:55:53Z by marcopolo
Help
checkout latest patchset:
ssh pr.pico.sh print pr-78 | 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 78
add review to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add --review 78
accept PR:
ssh pr.pico.sh pr accept 78
close PR:
ssh pr.pico.sh pr close 78

Logs

marcopolo created pr with ps-151 on 2025-08-27T03:55:53Z
marcopolo changed status on 2025-08-27T03:57:52Z {"status":"closed"}

Patchsets

ps-151 by marcopolo on 2025-08-27T03:55:53Z

Patchset ps-151

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!