eww icon indicating copy to clipboard operation
eww copied to clipboard

[FEATURE] Removing old and unused branches

Open luposmi opened this issue 2 years ago • 0 comments

Description of the requested feature

If a branch is unused for years, you might as well delete them. Especially if the branch is called something like “dev”, as I would expect that this is the development branch up until you look into it.

It might also make sense to go through branches that still have commits not found in the main branch and either merge them into the main one or delete them. The work of merging them increases with time, and in the end, it is as exhaustive to try to merge something five years old as it is to code it from scratch.

Proposed configuration syntax

No response

Additional context

Branches that have no use:

  • cleanup
  • config_rework
  • dev
  • json-in-simpleexpr

luposmi avatar Sep 25 '23 11:09 luposmi