diff --git a/.justfile b/.justfile index b8c0abd..dea74b7 100644 --- a/.justfile +++ b/.justfile @@ -11,9 +11,7 @@ code_coverage: cd 01.workspace && cargo llvm-cov clean && cargo llvm-cov --show-missing-lines force_sync_remotes: - git push --force codeberg.org next git push --force github.com next sync_remotes: - git push codeberg.org next - git push github.com next + git push github next