Am Mon, Jul 07, 2025 at 04:13:25PM +0900 schrieb Maxim Cournoyer: > One reason I've been approving more than merging recently is simply > because I haven't yet taken the time to get comfortable with the new > Codeberg flow. It doesn't seem particularly hard, but it's different > :-)
For that, I know a dirty trick: Either you use the manual fetch and push workflow described at the bottom of each pull request. Or (especially if it is only one or two commits) you click on a commit; this leads to a URL ending in a hash. You add ".patch" to the URL, download the thing and apply it with "git am -s". It is very pedestrian, but almost feels like issues.guix.gnu.org :) Andreas