Closed kana closed 11 years ago
For example...
$ vim-flavor upgrade
...
$ time vim-flavor upgrade
...
vim-flavor upgrade 1.55s user 7.32s system 23% cpu 38.486 total
$ time vim-flavor install
...
vim-flavor install 0.47s user 0.18s system 141% cpu 0.460 total
vim-flavor install
from scratch on machine A.vim-flavor install
from scratch on machine B.vim-flavor install
on machine A.VimFlavor.lock
from A to B.vim-flavor install
on machine B... ==> error: pathspec '$new_version' did not match any file(s) known to git. (RuntimeError)So that it's necessary to
git fetch
before installing each plugin. Butgit fetch
is a time-consuming task even if there is no update. Therefore it would be better to avoidgit fetch
as much as possible.