chore: update justfile adding github.com to synced remotes

This commit is contained in:
2025-10-03 09:53:16 +02:00
parent ed55836f6e
commit 76a13005a7

View File

@@ -1,5 +1,6 @@
default:
just --list
sync_codeberg:
sync_remotes:
git push -u codeberg.org next
git push -u github.com next