Closed matchai closed 6 years ago
The following prompt appears when in a .git folder:
.git
It appears that this is due to the git rev-parse --show-toplevel command used to get the path of the git repo root returning an empty result.
git rev-parse --show-toplevel
Dupe of #22
The following prompt appears when in a
.git
folder:It appears that this is due to the
git rev-parse --show-toplevel
command used to get the path of the git repo root returning an empty result.