bin

created pr with ps-198 on 2026-02-20T17:07:37Z · by a61b448c
changed status to closed on 2026-02-20T17:55:41Z · by a61b448c
Wrong
cmds
checkout latest patchset:
ssh pr.pico.sh print pr-108 | 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 108
set PR to open (enables RSS notifications):
ssh pr.pico.sh pr open 108
set PR to draft (stops RSS notifications):
ssh pr.pico.sh pr draft 108

Patchset ps-198 on 2026-02-20T17:07:37Z · commit 4225b98

docs(tuns): Fix typo
Noelle Leigh 2026-02-20T17:05:23Z
"set's" → "sets"
Semantic diff summary
0 added, 0 modified, 0 signature changed, 0 removed across 0 analyzed files (1 file skipped: unsupported file type)
+1 -1 posts/tuns.md #
@@ -181,7 +181,7 @@ SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE
 
 A tunnel manager for docker services.
 
-tunmgr automatically set's up tunnels for docker services. It utilizes `Expose` ports as well as DNSNames (and the container name/id) to setup different permutations of tunnels.
+tunmgr automatically sets up tunnels for docker services. It utilizes `Expose` ports as well as DNSNames (and the container name/id) to setup different permutations of tunnels.
 
 > [source code](https://github.com/picosh/tunmgr)
 
Back to top