You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
git workon
this issuegit wrapup
the changegit deliver
all in one go.
The text was updated successfully, but these errors were encountered: