From ef512ad9c1dd2f0af514591a174aa571dfa0956d Mon Sep 17 00:00:00 2001 From: dattito <32016658+dattito@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:23:48 +0200 Subject: [PATCH] chore: add justfile --- Justfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Justfile diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..abde04a --- /dev/null +++ b/Justfile @@ -0,0 +1,3 @@ +rebase-from-fork: + git remote add forked git@github.com:tweag/rust-alpine-mimalloc.git || true + git rebase forked/master