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

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

Logs

marcopolo created pr with ps-153 on 2025-08-27T04:06:40Z
marcopolo changed status on 2025-08-27T04:17:22Z {"status":"closed"}

Patchsets

ps-153 by marcopolo on 2025-08-27T04:06:40Z

Patchset ps-153

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!