IRC channel logs
2025-02-07.log
back to list of logs
<rekado>do you know how to create a codeberg pull request from a local set of commits? <rekado>do I first need to fork and push the commits to the online fork? <civodul>rekado: yeah, i think you have to do that <civodul>the Codeberg folks at FOSDEM told us there exists another workflow where you don’t have to fork <civodul>but i forgot what it’s called/how it works <rekado>the fork, push, PR workflow is the same in Github / Gitlab. <rekado>so I'm not complaining. I just hoped fj.el or codeberg-cli had implemented some other workflow. <rekado>I have an addition to guix-science and wanted to try these tools. Maybe tonight. <rekado>civodul: I just did this on the command line: git push origin HEAD:refs/for/master -o topic="pr-add-python-jaxopt" -o title="python: Add python-jaxopt." <rekado>tried it and it worked as advertised <civodul>ah yes, “agit”, that’s the thing they mentioned