From ed55836f6eaa234b65a1d73ea525c1b2ad22aa92 Mon Sep 17 00:00:00 2001 From: davidemazzocchi Date: Fri, 3 Oct 2025 09:26:34 +0200 Subject: [PATCH] chore: add justfile to handle codeberg.org repo sync --- justfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..897883a --- /dev/null +++ b/justfile @@ -0,0 +1,5 @@ +default: + just --list + +sync_codeberg: + git push -u codeberg.org next