Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git quickfix feature #261

Open
JKrag opened this issue Oct 11, 2017 · 0 comments
Open

git quickfix feature #261

JKrag opened this issue Oct 11, 2017 · 0 comments

Comments

@JKrag
Copy link
Contributor

JKrag commented Oct 11, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants