Skip to content
#

git-extension

Here are 22 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
jsmvaldivia
jsmvaldivia commented Nov 3, 2021

Considering that the code is public we should add meaningful documentation to the project.

We should add text that accompanies software code to explain what the code is doing, why it's written the way it is, and/or how to use it.

Typically we should add it to packages, exported types and exported functions.

documentation enhancement good first issue

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