rorybyrne / git-plan

Git Plan - a better workflow for git
MIT License
182 stars 5 forks source link

[Bug] The `commit` and `list` commands should show the same plans #88

Closed rorybyrne closed 3 years ago

rorybyrne commented 3 years ago

Currently, git plan commit will show plans which do not appear via git plan list, because they are on a different branch

rorybyrne commented 3 years ago

I think I'll make list show all plans by default, and the continue with commit operating on all plans by default too.

There is no point filtering things "by branch" as it just creates extra hassle for users without much benefit