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
|
||||
if has jj; then
|
||||
jj git fetch
|
||||
jj git fetch --all-remotes
|
||||
elif has gix; then
|
||||
gix fetch
|
||||
elif has git; then
|
||||
|
|
Loading…
Reference in a new issue