git-phlow
git-phlow copied to clipboard
git quickfix feature
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.