Compare commits

...

1 commit

Author SHA1 Message Date
00f2ce5543
fix(envrc): also fetch other remotes 2024-11-16 17:19:03 +01:00

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