git-prefix icon indicating copy to clipboard operation
git-prefix copied to clipboard

Doesn't work with several opened repositories

Open Yanpas opened this issue 3 years ago • 1 comments

I have two opened repositories, one of them has branch that doesn't match regex

Yanpas avatar Aug 04 '21 17:08 Yanpas

Then write your regex better?

eg: let's say you need to match "TCM-123" or "ITM-456". Then your regex setting would be something like "*?((TCM|ITM)-\\d+):"

j0be avatar Sep 29 '23 20:09 j0be