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
I would expect the pre-command-pull hook in ~/path/to/repo/.git/hooks/pre-command-pull to be run even if the current working directory is something else.
When I run:
git -C ~/path/to/repo pullI would expect the pre-command-pull hook in
~/path/to/repo/.git/hooks/pre-command-pullto be run even if the current working directory is something else.