On Sat, Apr 7, 2018 at 4:56 AM, Eric Sunshine <sunsh...@sunshineco.com> wrote:
> The existing git-stash requires a working directory:
>
> % git stash list
> fatal: not a git repository (or any of the parent directories): .git
> %

Correction on the error message:

% git stash list
fatal: git-stash cannot be used without a working tree.
%

Reply via email to