You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently `@npmcli/git` is eagerly getting and caching the `git` path in
a user's system which can have a significant performance cost when
requiring `@npmcli/git`. This PR avoids this cost by lazily getting &
caching `git` path on first use.
0 commit comments