theusaf/git-cmd-tools

git-qc incorrectly determines that a git repo doesn't exist when run in subfolders.

theusaf opened this issue · 0 comments

/
-- .git
-- /foo

If run in /, the command works fine. If run in /foo, it creates a new empty repo.