fix(envrc): also fetch other remotes #146
1 changed files with 1 additions and 1 deletions
2
.envrc
2
.envrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue