Replies: 2 comments
-
Thanks, for pointing this out, I will check and update you on this. 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ss-o Do you think this is reasonable? if so, I'll create PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I notice that,
zi update
callsgit-remote-https
for 2 times.In above logs, there is two same logs:
and source code, I think these each two line is original stuff.
first:
zi/lib/zsh/autoload.zsh
Line 1444 in 572553b
second:
zi/lib/zsh/autoload.zsh
Line 1512 in 572553b
In first line, git fetch is used for showing changelogs and second is for updating.
So how about using
git merge remotes/origin/master
instead ofgit pull
to make network access only 1 time?Beta Was this translation helpful? Give feedback.
All reactions