drewdeponte / git-ps

Patch Stack workflow CLI extension for Git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running `git ps ls` from branch other than `master` results in error

brandonpittman opened this issue · comments

When I run git ps ls from master, the output is what I expect it to be.

When run from a branch other than master, it returns this error:

gitLogFailure

I thought the tool would work on feature branches, but maybe I'm wrong?