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