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
Showing only changes of commit 7bc757b757 - Show all commits

2
.envrc
View file

@ -1,6 +1,6 @@
# update repo # update repo
if has jj; then if has jj; then
jj git fetch jj git fetch --all-remotes
elif has gix; then elif has gix; then
gix fetch gix fetch
elif has git; then elif has git; then