git-pr
created pr with
61.1
added 61.2
-: ------- > 1: 941acdf lgtm
1: e32ba93 = 2: 941acdf fix patchset count for specific user
cmds
checkout latest patchset:
ssh pr.pico.sh print 61 | git am -3checkout any patchset in a patch request:
ssh pr.pico.sh print 61.[rev] | git am -3add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 61