drewdeponte / git-ps

Patch Stack workflow CLI extension for Git
MIT License
50 stars 4 forks source link

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

Closed brandonpittman closed 3 years ago

brandonpittman commented 3 years ago

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?