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
If I understand correctly, the issue is here, where the code assumes that the .git directory is $(git rev-parse --show-toplevel)/.git; instead, it should ask git directly via git rev-parse --git-dir.
The text was updated successfully, but these errors were encountered:
When running
nbdev_install_hooks
, I getThis makes sense, because I'm using git's worktrees:
If I understand correctly, the issue is here, where the code assumes that the
.git
directory is$(git rev-parse --show-toplevel)/.git
; instead, it should askgit
directly viagit rev-parse --git-dir
.The text was updated successfully, but these errors were encountered: