git-pr
created pr with
ps-16
added ps-19
-: ------- > 1: 14c87fe lgtm
1: 42e808b = 2: 14c87fe fix: insert repoID with pr creation
changed status to
accepted
cmds
checkout latest patchset:
ssh pr.pico.sh print pr-9 | git am -3checkout any patchset in a patch request:
ssh pr.pico.sh print ps-X | git am -3add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 9set PR to open (enables RSS notifications):
ssh pr.pico.sh pr open 9set PR to draft (stops RSS notifications):
ssh pr.pico.sh pr draft 9