Replies: 1 comment
-
|
I also noticed this, but strangely adding |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that lefthook usually takes more time than I would expect to start. When adding
--verboseto the 'internal' hook, I noticed that the following command is the one that is slowing things down:git lfs pre-push origin git@...Adding
skip_lfs: truein.lefthook.ymlsolved the issue. I've just checked and withoutskip_lfsit takes maybe 4-5 extra seconds. Sometimes it felt like more.I was wondering if there's a valid reason for it taking that long. I have git lfs, but I don't quite understand why should it cause this slowdown
Beta Was this translation helpful? Give feedback.
All reactions