From 00f2ce5543ff21ba37cfc3a8030aa434742f34c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sat, 16 Nov 2024 17:18:21 +0100 Subject: [PATCH] fix(envrc): also fetch other remotes --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 5849ead..49bacf7 100644 --- a/.envrc +++ b/.envrc @@ -1,6 +1,6 @@ # update repo if has jj; then - jj git fetch + jj git fetch --all-remotes elif has gix; then gix fetch elif has git; then