git-phlow icon indicating copy to clipboard operation
git-phlow copied to clipboard

git quickfix feature

Open JKrag opened this issue 7 years ago • 0 comments

I would really love a "quickfix" feature.

Usecase: while browsing my code, I have noticed a small detail, like for instance some badly formatted markdown, and fixed it, but haven't yet created an issue or a branch.

I would run:

git quickfix "I fixed the indentation of the code snippet"

then this should:

  • create an issue with the provided text
  • git workon this issue
  • git wrapup the change
  • git deliver

all in one go.

JKrag avatar Oct 11 '17 12:10 JKrag