Skip to content
#

git-extension

Here are 17 public repositories matching this topic...

JKrag
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 w

Improve this page

Add a description, image, and links to the git-extension topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the git-extension topic, visit your repo's landing page and select "manage topics."

Learn more