From 76a13005a7e1fb7e1dc448340c7fe8d7e9624816 Mon Sep 17 00:00:00 2001 From: davidemazzocchi Date: Fri, 3 Oct 2025 09:53:16 +0200 Subject: [PATCH] chore: update justfile adding github.com to synced remotes --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 897883a..f647b46 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,6 @@ default: just --list -sync_codeberg: +sync_remotes: git push -u codeberg.org next + git push -u github.com next