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
This issue suggests adding a new _check_valid_git_directory function to check if the given path is a valid Git directory. This function will be useful in preventing duplication when checking for a valid Git directory in the _git_incomplete_clone and _assert_git_directory functions.