From 469de1f01caebdbde0ca75a6a9bbbcd41ae57dad Mon Sep 17 00:00:00 2001 From: davidemazzocchi Date: Fri, 27 Feb 2026 10:58:02 +0100 Subject: [PATCH] chore: add push force to .justfile --- .justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.justfile b/.justfile index 36bb291..b8c0abd 100644 --- a/.justfile +++ b/.justfile @@ -10,6 +10,10 @@ check_semver: 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