fix(envrc): also fetch other remotes #146

Merged
jalil merged 1 commit from fetch-all-remotes into main 2024-11-17 13:02:33 +01:00

2
.envrc
View file

@ -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