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
Strangely enough the --common-git-dir option just returns
"--git-common-dir" with git version 1.17.10 if no $GIT_COMMON_DIR
defined. The only way we can get correct answer is to stick to
--git-dir. As long we are running Git 2.5+ we should use
--git-common-dir, otherwise we can use --git-dir.
0 commit comments