Am Sun, Mar 01, 2026 at 01:14:29PM +0100 schrieb Tomas Volf: > Not sure about Codeberg, but GitHub keeps even deleted branches, since > it needs to reference the commits from pull request pages (even if the > pull request was just closed). I would expect Codeberg to do the same.
Exactly! I am using Ludovic's nice git extension to "git pull" all the pull requests into a separate origin, and with the option "--prune" they never disappear. From my point of view, there is no need to keep an unlimited history of our previous work, and we could easily drop closed pull requests after a year, say. Andreas
